aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index c4b9c8e..fa1c720 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -129,6 +129,7 @@ parsedecl(ast_t *ast, aux_t *aux, lexemes_t toks, bool toplvl)
aux->buf = bufalloc(aux->buf, aux->cap, sizeof(*aux->buf));
}
+ /* TODO: Support ‘static’ as a keyword */
aux->buf[j].decl.isstatic = toplvl;
aux->buf[j].decl.isundef = false;
if (toplvl && toks.kinds[toksidx] == LEXIDENT