Commit f4647efe authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More flexelinting.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3487 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 55617bd2
......@@ -40,7 +40,7 @@
-esym(458, heritage)
-esym(458, name_key)
//////////////
-passes=1
-passes=3
+libh mgt_event.h
+libh ../../config.h
......@@ -54,6 +54,7 @@
-emacro(527, WRONG) // unreachable code
-emacro(702, WEXITSTATUS) // signed shift right
-efunc(525, VCC_Return_Name) // Negative indent
// -header(../../config.h)
......
......@@ -668,8 +668,9 @@ VCC_Return_Name(unsigned method)
#define VCL_RET_MAC(l, U) case VCL_RET_##U: return(#l);
#include "vcl_returns.h"
#undef VCL_RET_MAC
default:
return (NULL);
}
return (NULL);
}
/*--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment