aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrungo.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nrungo.boot')
-rw-r--r--src/interp/nrungo.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nrungo.boot b/src/interp/nrungo.boot
index 51ab48dc..d2d5d9a5 100644
--- a/src/interp/nrungo.boot
+++ b/src/interp/nrungo.boot
@@ -61,7 +61,7 @@ isInstantiated [op,:argl] ==
NRTevalDomain form ==
form is ["setShellEntry",:.] => eval form
- form is ['SETELT,:.] => systemErrorHere "NRTevalDomain"
+ form is ['SETELT,:.] => systemErrorHere ["NRTevalDomain",form]
evalDomain form
--------------------> NEW DEFINITION (see interop.boot.pamphlet)