r3670 - branches/2.0/varnish-cache/include

tfheen at projects.linpro.no tfheen at projects.linpro.no
Fri Feb 6 14:41:00 CET 2009


Author: tfheen
Date: 2009-02-06 14:41:00 +0100 (Fri, 06 Feb 2009)
New Revision: 3670

Modified:
   branches/2.0/varnish-cache/include/libvarnish.h
Log:
Merge r3477: Make it entirely clear to the compiler that the WRONG() macro stops



Modified: branches/2.0/varnish-cache/include/libvarnish.h
===================================================================
--- branches/2.0/varnish-cache/include/libvarnish.h	2009-02-06 13:37:42 UTC (rev 3669)
+++ branches/2.0/varnish-cache/include/libvarnish.h	2009-02-06 13:41:00 UTC (rev 3670)
@@ -128,4 +128,5 @@
 #define WRONG(expl)							\
 do {									\
 	lbv_assert(__func__, __FILE__, __LINE__, expl, errno, 3);	\
+	abort();							\
 } while (0)



More information about the varnish-commit mailing list