aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-13 07:45:41 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-13 07:45:41 +0000
commit4111ebc38334c0abcd6170db9a78cb8380917741 (patch)
tree8eec68789bdd8d8207a8f0ecca647aa91288a953 /src/interp
parentcca1e10eac77b9302c5862fa903872c792b36620 (diff)
downloadopen-axiom-4111ebc38334c0abcd6170db9a78cb8380917741.tar.gz
* interp/c-util.boot (warnLiteral): Just warn, really.
* algebra/riccati.spad.pamphlet (RationalRicDE): Don't import inexistent RatODETools.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/c-util.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 4b3647d3..65636852 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -155,8 +155,7 @@ consProplistOf(var,proplist,prop,val) ==
[[prop,:val],:proplist]
warnLiteral x ==
- stackSemanticError(['%b,x,'%d,
- '"is BOTH a variable and a literal"],nil)
+ stackWarning('"%1b is BOTH a variable a literal",[x])
intersectionEnvironment(e,e') ==
ce:= makeCommonEnvironment(e,e')