X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/5b99bfd6792ab9229bb5b1d9048833d21b22ecef..210066f9dd04de7d7d2f04d320b39a52f28b290b:/src/cscannerHelp.c diff --git a/src/cscannerHelp.c b/src/cscannerHelp.c index 8ecc211..24f75ba 100644 --- a/src/cscannerHelp.c +++ b/src/cscannerHelp.c @@ -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);