X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=parser.c;h=1be38a6f3616ad33cc905f2323fe4c54b0deb59b;hp=6af6e5e996e6cc41effe4effd818579ef7044171;hb=5319caaaeae475878fdf31d48c021c7039b037db;hpb=0b6637cc67dad84b3e0f357c994ef625528b3e1f diff --git a/parser.c b/parser.c index 6af6e5e..1be38a6 100644 --- 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;