]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
definite -> last keyword; testcase updated too
[xonotic/gmqcc.git] / parser.c
index 6af6e5e996e6cc41effe4effd818579ef7044171..1be38a6f3616ad33cc905f2323fe4c54b0deb59b 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -2822,7 +2822,7 @@ static bool parse_qualifiers(parser_t *parser, bool with_local, int *cvq, bool *
         { "inline",     AST_FLAG_INLINE     },
         { "eraseable",  AST_FLAG_ERASEABLE  },
         { "accumulate", AST_FLAG_ACCUMULATE },
-        { "definite",   AST_FLAG_FINAL_DECL }
+        { "last",       AST_FLAG_FINAL_DECL }
     };
 
    *cvq = CV_NONE;