summaryrefslogtreecommitdiff
path: root/special-symbols.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@Minimulk.local>2008-08-24 18:44:05 +0200
committerMatthias Benkard <mulk@Minimulk.local>2008-08-24 18:44:05 +0200
commitf403bb6e9b0c64e2ce05eaf382c95884e753644e (patch)
treee90e54bb8bd0b546dba671741d9a2d062707fefb /special-symbols.h
parent03f8b9a2dd1a41baee46fd82e07545ad7c10986d (diff)
Promote special operator EVAL to an intrinsic function.
Diffstat (limited to 'special-symbols.h')
-rw-r--r--special-symbols.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/special-symbols.h b/special-symbols.h
index 806c758..d0f93b0 100644
--- a/special-symbols.h
+++ b/special-symbols.h
@@ -38,7 +38,6 @@ static MLKSymbol *LET;
static MLKSymbol *LOCALLY;
static MLKSymbol *FUNCALL;
static MLKSymbol *FUNCTION;
-static MLKSymbol *EVAL;
static MLKSymbol *EVAL_WHEN;
static MLKSymbol *QUOTE;
static MLKSymbol *SETQ;
@@ -87,7 +86,6 @@ ensure_symbols ()
_FLET = [sys intern:@"%FLET"];
_MACROLET = [sys intern:@"%MACROLET"];
_LOOP = [sys intern:@"%LOOP"];
- EVAL = [cl intern:@"EVAL"];
EVAL_WHEN = [cl intern:@"EVAL-WHEN"];
FUNCALL = [cl intern:@"FUNCALL"];
FUNCTION = [cl intern:@"FUNCTION"];