From 7b75f246adc50fb6391241f4735c6df590d7897e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 May 2012 09:45:21 +0000 Subject: * 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. --- src/share/doc/msgs/s2-us.msgs | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/share/doc') 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 -- cgit v1.2.3