Changeset 4616 for trunk/varnish-cache/lib
- Timestamp:
- 03/16/10 10:59:08 (5 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/lib/libvcl/vcc_compile.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/lib/libvcl/vcc_compile.c
r4475 r4616 30 30 /* 31 31 * XXX: 32 * generate interface structure33 *34 * XXX:35 32 * Better error messages, throughout. 36 33 * >It also accured to me that we could link the errors to the error … … 52 49 * >http://varnish/doc/error.html#Unknown%20variable 53 50 * 54 * XXX:55 * Create proper tmp filenames for .h, .c and .o56 *57 * XXX:58 * and all the rest...59 51 */ 60 52 … … 135 127 136 128 /*-------------------------------------------------------------------- 137 * Printf output to the twovsbs, possibly indented129 * Printf output to the vsbs, possibly indented 138 130 */ 139 131
