r205 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Sun Jun 18 12:19:54 CEST 2006


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;
 		}
 	}




More information about the varnish-commit mailing list