Commit e7af73c5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Minor cleanup



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5483 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ae19f8dd
......@@ -91,17 +91,21 @@ struct symbol {
unsigned wildcard;
enum symkind kind;
unsigned nref, ndef;
const struct token *def_b, *def_e;
enum var_type fmt;
struct proc *proc;
sym_expr_t *eval;
/* xref.c */
struct proc *proc;
unsigned nref, ndef;
/* SYM_PROC, SYM_FUNC */
const char *cfunc;
const char *args;
/* SYM_VAR */
const struct var *var;
unsigned r_methods;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment