r5483 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Wed Oct 27 23:19:03 CEST 2010


Author: phk
Date: 2010-10-27 23:19:03 +0200 (Wed, 27 Oct 2010)
New Revision: 5483

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_compile.h
Log:
Minor cleanup



Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.h
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.h	2010-10-27 21:03:12 UTC (rev 5482)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.h	2010-10-27 21:19:03 UTC (rev 5483)
@@ -91,17 +91,21 @@
 	unsigned			wildcard;
 	enum symkind			kind;
 
-	unsigned			nref, ndef;
 	const struct token		*def_b, *def_e;
 
 	enum var_type			fmt;
 
+	sym_expr_t			*eval;
+
+	/* xref.c */
 	struct proc			*proc;
+	unsigned			nref, ndef;
 
-	sym_expr_t			*eval;
-
+	/* SYM_PROC, SYM_FUNC */
 	const char			*cfunc;
 	const char			*args;
+
+	/* SYM_VAR */
 	const struct var		*var;
 	unsigned			r_methods;
 };




More information about the varnish-commit mailing list