]> andersk Git - splint.git/blobdiff - src/signature.y
Finshed basic merge. Still trying to get it through the test suit.
[splint.git] / src / signature.y
index c2724350f0da15c4059525df51c22a166ea94a71..2eb68064486788b693d7f2e66a3eefb54295421f 100644 (file)
@@ -254,9 +254,13 @@ extern char *yytext;
 
 void lslerror (char *s) 
 {
-  lclplainerror 
-    (message ("An error has occurred in parsing LSL signature: %s", 
-             cstring_fromChars (s)));
+  llfatalbug 
+    (cstring_makeLiteral 
+     ("There has been a problem parsing an LSL signature. This is believed to "
+      "result from a problem with gcc version 2.95 optimizations, "
+      "but it has not been confirmed.  Please try rebuidling LCLint "
+      "without the -O<n> option."));
+
 }
 
 static void yyprint (FILE *file, int type, YYSTYPE value)
This page took 0.049775 seconds and 4 git commands to generate.