aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fnewmeta.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/fnewmeta.lisp')
-rw-r--r--src/interp/fnewmeta.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/fnewmeta.lisp b/src/interp/fnewmeta.lisp
index b7806f20..56420a92 100644
--- a/src/interp/fnewmeta.lisp
+++ b/src/interp/fnewmeta.lisp
@@ -801,7 +801,7 @@
(MUST (MATCH-ADVANCE-STRING ")")))
(AND (MATCH-ADVANCE-STRING ")")
(PUSH-REDUCTION '|PARSE-Enclosure|
- (CONS '|Tuple| NIL))))))
+ (CONS '|%Comma| NIL))))))
(AND (MATCH-ADVANCE-STRING "{")
(MUST (OR (AND (|PARSE-Expr| 6)
(MUST (MATCH-ADVANCE-STRING "}"))