X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Flexer.c;h=e136994da20b156dc1d20defc3ecdcf5475c8b72;hb=46cb3ffad9e3ed318a9109ff96421882f6642b2b;hp=f03aba5703428703b503cf1f2c5e3c002167f541;hpb=81ffe9a7de1db0b3a318a053b38882d1b7ab304c;p=inform.git diff --git a/src/lexer.c b/src/lexer.c index f03aba5..e136994 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------------------- */ /* "lexer" : Lexical analyser */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2018 */ +/* Copyright (c) Graham Nelson 1993 - 2020 */ /* */ /* This file is part of Inform. */ /* */ @@ -493,7 +493,7 @@ keyword_group directive_keywords = "string", "table", "buffer", "data", "initial", "initstr", "with", "private", "has", "class", "error", "fatalerror", "warning", - "terminating", + "terminating", "static", "" }, DIR_KEYWORD_TT, FALSE, TRUE };