X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Flexer.c;h=e136994da20b156dc1d20defc3ecdcf5475c8b72;hb=e536ce9e39cc1bfa82ecd1d6d73f874af655f9db;hp=f03aba5703428703b503cf1f2c5e3c002167f541;hpb=18379907e684280f6e70bf5c2205c2968e56fa67;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 };