r2465 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Feb 15 10:09:47 CET 2008


Author: phk
Date: 2008-02-15 10:09:47 +0100 (Fri, 15 Feb 2008)
New Revision: 2465

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
   trunk/varnish-cache/bin/varnishd/flint.sh
Log:
Adjust to direct inclusion of config.h


Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2008-02-15 08:54:20 UTC (rev 2464)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2008-02-15 09:09:47 UTC (rev 2465)
@@ -9,7 +9,7 @@
 -emacro(736, isnan)  // isnanf
 
 
--header(../../config.h)
+// -header(../../config.h)
 
 // Fix strchr() semtics, it can only return NULL if arg2 != 0
 -sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))

Modified: trunk/varnish-cache/bin/varnishd/flint.sh
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.sh	2008-02-15 08:54:20 UTC (rev 2464)
+++ trunk/varnish-cache/bin/varnishd/flint.sh	2008-02-15 09:09:47 UTC (rev 2465)
@@ -5,6 +5,7 @@
 	-I/usr/include \
 	-I. \
 	-I../../include \
+	-I../.. \
 	flint.lnt \
 	*.c > $T 2>&1
 




More information about the varnish-commit mailing list