aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index dd42631d..35608364 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -645,7 +645,7 @@ bpLeftAssoc(operations,parser)==
bpString()==
shoeTokType $stok is "STRING" and
- bpPush(["QUOTE",makeSymbol $ttok]) and bpNext()
+ bpPush(quote makeSymbol $ttok) and bpNext()
bpThetaName() ==
$stok is ["ID",:.] and $ttok has SHOETHETA =>