summaryrefslogtreecommitdiff
path: root/limbo/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'limbo/lex.c')
-rw-r--r--limbo/lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/limbo/lex.c b/limbo/lex.c
index bbd6cb69..749f2a7a 100644
--- a/limbo/lex.c
+++ b/limbo/lex.c
@@ -61,6 +61,7 @@ static Keywd keywords[] =
"continue", Lcont,
"cyclic", Lcyclic,
"do", Ldo,
+ "dynamic", Ldynamic,
"else", Lelse,
"exception", Lexcept,
"exit", Lexit,