aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse_constants.h')
-rw-r--r--parse_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_constants.h b/parse_constants.h
index 8ff96407..1e7d0e0d 100644
--- a/parse_constants.h
+++ b/parse_constants.h
@@ -92,7 +92,7 @@ enum parse_keyword_t
parse_keyword_builtin,
parse_keyword_exec,
- LAST_KEYWORD = parse_keyword_builtin
+ LAST_KEYWORD = parse_keyword_exec
};
/* Statement decorations. This matches the order of productions in decorated_statement */