]> andersk Git - splint.git/blobdiff - src/cscannerHelp.c
Fixed problem with NULL being changed.
[splint.git] / src / cscannerHelp.c
index 8ecc2114c74ad6a9e547ab0d77e500cf7a9c08a0..24f75ba93fa6d139e684b09cc76d51b107b497d8 100644 (file)
@@ -2326,10 +2326,10 @@ bool cscannerHelp_processMacro (void)
                          else if (!fileloc_withinLines (oloc, loc, 2))
                            { /* bogus!  will give errors if there is too much whitespace */
                              voptgenerror
-                               (FLG_SYNTAX,
+                               (FLG_MACROCONSTDIST,
                                 message 
-                                ("Macro constant name %s does not match name in "
-                                 "previous constant declaration.  This constant "
+                                ("Macro constant name %s matches name in "
+                                 "distant constant declaration.  This constant "
                                  "is declared at %q", fname, 
                                  fileloc_unparse (oloc)),
                                 loc);
This page took 0.040114 seconds and 4 git commands to generate.