Mailing List Archive

r205 - trunk/varnish-cache/lib/libvcl
Author: phk
Date: 2006-06-18 12:19:54 +0200 (Sun, 18 Jun 2006)
New Revision: 205

Modified:
trunk/varnish-cache/lib/libvcl/vcl_compile.c
Log:
Insert a count-point after each conditional.


Modified: trunk/varnish-cache/lib/libvcl/vcl_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcl_compile.c 2006-06-18 10:16:38 UTC (rev 204)
+++ trunk/varnish-cache/lib/libvcl/vcl_compile.c 2006-06-18 10:19:54 UTC (rev 205)
@@ -894,6 +894,7 @@
ERRCHK(tl);
break;
default:
+ C(tl, ";");
return;
}
}