summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index 071a090f..83d1b841 100644
--- a/parser.y
+++ b/parser.y
@@ -1041,7 +1041,7 @@ static val sym_helper(scanner_t *scnr, wchar_t *lexeme, val meta_allowed)
*colon = 0;
if (colon == lexeme) {
- package = keyword_package;
+ package = keyword_package_var;
sym_name = string(colon + 1);
free(tokfree);
} else if (colon != 0) {