aboutsummaryrefslogtreecommitdiff
path: root/src/interp/msg.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-14 15:51:47 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-14 15:51:47 +0000
commitb3a46c91b4848693476332bcd32350926396783d (patch)
tree48da8c18f9908bfeef643b77dd1dc7baa1a7ecaf /src/interp/msg.boot
parentc582247ba667504452862dc5f8a007999ea367ca (diff)
downloadopen-axiom-b3a46c91b4848693476332bcd32350926396783d.tar.gz
* algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Test
for BasicType satisfaction instead of existence of =.
Diffstat (limited to 'src/interp/msg.boot')
-rw-r--r--src/interp/msg.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/msg.boot b/src/interp/msg.boot
index 9e14d732..8670f5ae 100644
--- a/src/interp/msg.boot
+++ b/src/interp/msg.boot
@@ -82,7 +82,7 @@ ncBug (erMsgKey, erArgL,:optAttr) ==
$newcompErrorCount := $newcompErrorCount + 1
processKeyedError
msgCreate('bug,$nopos, erMsgKey, erArgL,$compBugPrefix,optAttr)
- BREAK()
+ enterBreak()
ncAbort()
--% Lower level functions