diff options
Diffstat (limited to 'src/interp/sys-utility.boot')
-rw-r--r-- | src/interp/sys-utility.boot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot index 5f7102f6..e4757eca 100644 --- a/src/interp/sys-utility.boot +++ b/src/interp/sys-utility.boot @@ -235,19 +235,6 @@ bitior: (%Short,%Short) -> %Short bitior(x,y) == BOOLE(BOOLE_-IOR,x,y) - ---% Back ends - -++ compile a function definition, augmenting the current -++ evaluation environement with the result of the compilation. -COMPILE_-DEFUN(name,body) == - eval body - COMPILE name - -++ Augment the current evaluation environment with a function definition. -EVAL_-DEFUN(name,body) == - eval MACROEXPANDALL body - --% Hash table hashTable cmp == |