aboutsummaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-05 09:45:21 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-05 09:45:21 +0000
commit7b75f246adc50fb6391241f4735c6df590d7897e (patch)
tree023b833a9dbefbc23226fcffc51eba520d41f3e8 /src/share
parentbc043d9ee39d772cc767d98a80cb5c0ddffe6b19 (diff)
downloadopen-axiom-7b75f246adc50fb6391241f4735c6df590d7897e.tar.gz
* interp/clam.boot (compClam): Remove.
(compHash): Simplify. Now take only 3 parameters. * interp/c-util.boot (compileQuietly): Remove as unused. * interp/sys-globals.boot ($clamList): Move to clam.boot. * interp/define.boot (compileConstructor1): Call compHash in lieu of compClam. * share/doc/msgs/s2-us.msgs: Remove unused diagnostics, due to compClam removal and compHash simplification.
Diffstat (limited to 'src/share')
-rw-r--r--src/share/doc/msgs/s2-us.msgs26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/share/doc/msgs/s2-us.msgs b/src/share/doc/msgs/s2-us.msgs
index a9f281bd..c5e1ef48 100644
--- a/src/share/doc/msgs/s2-us.msgs
+++ b/src/share/doc/msgs/s2-us.msgs
@@ -1066,32 +1066,6 @@ S2GE0002
S2GE0003
The cache for %1b cannot be cleared because that function is not
privately clammed.
-S2GE0004
- The structure for the clammed function %1b
- on $clammedList is not correct. It must have three entries after the
- function name.
-S2GE0005
- Illegal cache count for %1b
-S2GE0006
- Illegal options for CLAMming function %1b: %2 %3 %4
-S2GE0007
- EQ cannot be used to CLAM a function with more than 1 argument and you
- are trying to that for %1b
-S2GE0008
- The shift option not meaningful for hash type of cache and you
- are trying to that for %1b
-S2GE0009
- Circular CLAMing illegal for 0-argument functions and you
- are trying to that for %1b
-S2GE0010
- Private CLAMing illegal for 0-argument functions and you
- are trying to that for %1b
-S2GE0011
- $ConstructorCache is only global cache now allowed and you are trying
- to do otherwise for %1b
-S2GE0012
- For hash option, only EQ, CVEC, and UEQUAL are allowed and you are
- trying to do otherwise for %1b
S2GE0013
%1b has the wrong format: the reference counts are missing.
S2GE0014