summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 6df6452e..affcd636 100644
--- a/parser.y
+++ b/parser.y
@@ -887,6 +887,8 @@ static val optimize_text(val text_form)
static val unquotes_occur(val quoted_form)
{
+ uses_or2;
+
if (atom(quoted_form)) {
return nil;
} else {