summaryrefslogtreecommitdiff
path: root/special-symbols.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 01:19:06 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 01:22:08 +0200
commitbdfe4801295945b92f84b8c03cb2e0be485ae4f0 (patch)
tree4e3b51b3ad5269404a168fe10b9e3ffddcacb3d5 /special-symbols.h
parentec1b0c41160ce153f3b2cd39ffeb2f4522fd1c38 (diff)
Promote special operator APPLY 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 9427181..d7e7351 100644
--- a/special-symbols.h
+++ b/special-symbols.h
@@ -36,7 +36,6 @@ static MLKSymbol *_MACROLET;
static MLKSymbol *LAMBDA;
static MLKSymbol *LET;
static MLKSymbol *LOCALLY;
-static MLKSymbol *APPLY;
static MLKSymbol *FUNCALL;
static MLKSymbol *FUNCTION;
static MLKSymbol *EVAL;
@@ -84,7 +83,6 @@ ensure_symbols ()
_FLET = [sys intern:@"%FLET"];
_MACROLET = [sys intern:@"%MACROLET"];
_LOOP = [sys intern:@"%LOOP"];
- APPLY = [cl intern:@"APPLY"];
EVAL = [cl intern:@"EVAL"];
EVAL_WHEN = [cl intern:@"EVAL-WHEN"];
FUNCALL = [cl intern:@"FUNCALL"];