]> andersk Git - splint.git/blobdiff - src/cscanner.l
Fixed anytype resolution.
[splint.git] / src / cscanner.l
index 3e962cf1fd043def322a7bdfbce3c935f153b666..0d05b48b4c8c456b1ca66b678f49976b0f2d6635 100644 (file)
@@ -199,7 +199,7 @@ static void setTokLengthT (size_t len)
 
 %%
 
-"/*"           { llfatalbug (cstring_makeLiteral ("Comment in pre-processor output")); }
+"/*"           { llfatalerror (cstring_makeLiteral ("Comment in pre-processor output")); }
 
 "#"{Letter}({Letter}|{Digit})*  { 
                  context_saveLocation (); 
This page took 0.061653 seconds and 4 git commands to generate.