]> andersk Git - splint.git/blobdiff - src/flags.c
Fixed line numbering when multi-line macro parameters are used.
[splint.git] / src / flags.c
index eb68c11d6dd04df7cdff17ce7484de08953b9efa..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;
        }
       
       /*
This page took 3.864841 seconds and 4 git commands to generate.