aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrunopt.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nrunopt.boot')
-rw-r--r--src/interp/nrunopt.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nrunopt.boot b/src/interp/nrunopt.boot
index 19ff1932..38aed65f 100644
--- a/src/interp/nrunopt.boot
+++ b/src/interp/nrunopt.boot
@@ -816,7 +816,7 @@ getExportCategory form ==
EQSUBSTLIST(argl,$FormalMapVariableList,target)
NRTextendsCategory1(domform,exCategory,addForm) ==
- addForm is ['Tuple,:r] =>
+ addForm is ["%Comma",:r] =>
and/[extendsCategory(domform,exCategory,x) for x in r]
extendsCategory(domform,exCategory,addForm)