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 55f31e8d..0208386d 100644
--- a/parser.y
+++ b/parser.y
@@ -714,7 +714,7 @@ vector : '#' list { if (unquotes_occur($2, 0))
$$ = rlcp(cons(vector_lit_s,
cons($2, nil)), $2);
else
- $$ = rlcp(vector_list($2), $2); }
+ $$ = rlcp(vec_list($2), $2); }
;
hash : HASH_H list { if (unquotes_occur($2, 0))