aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-op2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-10 00:13:01 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-10 00:13:01 +0000
commit16ccc3d066711098e15ee8e678b249e0b9379990 (patch)
treeb75df077193e50fdfeb14ebd509c4a28ba8fa436 /src/interp/br-op2.boot
parenteae3a083200c3d0d33851fac82cd9ef8a134d0c9 (diff)
downloadopen-axiom-16ccc3d066711098e15ee8e678b249e0b9379990.tar.gz
* interp/i-spec2.boot (upDollar): Fix thinko.
* interp/compat.boot (editFile): Tidy. * interp/br-op2.boot (modemap2Sig): Don't update $badStack.xo
Diffstat (limited to 'src/interp/br-op2.boot')
-rw-r--r--src/interp/br-op2.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/br-op2.boot b/src/interp/br-op2.boot
index 9ef668ee..f4d259dd 100644
--- a/src/interp/br-op2.boot
+++ b/src/interp/br-op2.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007, Gabriel Dos Reis.
+-- Copyright (C) 2007-2009, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -578,7 +578,6 @@ modemap2Sig(op,mm) ==
pp predList
pp nsig
pp mm
- $badStack := [[op, mm], :$badStack]
--pause nsig
[predList, origin, substitute("%", origin, nsig)]