]> err.no Git - varnish/commitdiff
Improve.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 12:24:37 +0000 (12:24 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 12:24:37 +0000 (12:24 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@667 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/flint.lnt

index f6933097c2a09cb9fdb371a1d84740bac13c5012..020c06f38f12761ee50e29c688d0fec16510324b 100644 (file)
@@ -1,8 +1,12 @@
--passes=12
+-passes=3
+
++libh mgt_event.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 ))
 
+-ffc   // No automatic custody
+
 -e763  // Redundant declaration for symbol '...' previously declared
 -e726  // Extraneous comma ignored
 -e728  // Symbol ... not explicitly initialized