]> andersk Git - splint.git/blobdiff - src/flags.c
Fixed line numbering when multi-line macro parameters are used.
[splint.git] / src / flags.c
index 1ec7017b0968656d20a54133ce2c13542faa98a4..8ddf84361066f812428f2f25898cbe65bfec6d45 100644 (file)
@@ -1051,7 +1051,7 @@ flags_identifyFlagAux (cstring s, bool quiet)
        }
       else if (cstring_equalLit (cflag, "ansireservedlocal"))
        {
-         res = FLG_ANSIRESERVEDLOCAL;
+         res = FLG_ISORESERVEDLOCAL;
        }
       else if (cstring_equalLit (cflag, "warnposix"))
        {
@@ -1095,15 +1095,15 @@ flags_identifyFlagAux (cstring s, bool quiet)
        }
       else if (cstring_equalLit (cflag, "skipansiheaders"))
        {
-         res = FLG_SKIPANSIHEADERS;
+         res = FLG_SKIPISOHEADERS;
        }
       else if (cstring_equalLit (cflag, "ansireserved"))
        {
-         res = FLG_ANSIRESERVED;
+         res = FLG_ISORESERVED;
        }
       else if (cstring_equalLit (cflag, "ansireservedinternal"))
        {
-         res = FLG_ANSIRESERVEDLOCAL;
+         res = FLG_ISORESERVEDLOCAL;
        }
       
       /*
@@ -1164,7 +1164,7 @@ flags_identifyFlagAux (cstring s, bool quiet)
            {
              llerror_flagWarning
                (cstring_makeLiteral ("shiftsigned flag is obsolete.  You probably "
-                                     "want bitwisesigned, shiftnegative or shiftsize."));
+                                     "want bitwisesigned, shiftnegative or shiftimplementation."));
            }
          
          res = SKIP_FLAG;
This page took 0.036492 seconds and 4 git commands to generate.