summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index abc12d1c..a64d489b 100644
--- a/parser.y
+++ b/parser.y
@@ -788,6 +788,7 @@ modifiers : NUMBER { $$ = cons($1, nil); }
rlc($$, $1); }
| compound { $$ = rlc(cons(expand_meta($1, nil),
nil), $1); }
+ | SYMTOK { $$ = cons(symhlpr($1, nil), nil); }
;
o_var : SYMTOK { val expr = symhlpr($1, nil);