summaryrefslogtreecommitdiff
path: root/special-symbols.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:04:27 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:05:18 +0200
commit96870ab2cd94ba6e36585837b69048c544e6d6b6 (patch)
tree5550abe681f2e23dacc0f4ae39e74a1f552608c1 /special-symbols.h
parent0c789f22fae8c0d318a189e8b8b73f5e5ef81976 (diff)
Promote special operators SET and %FSET to intrinsics.
Diffstat (limited to 'special-symbols.h')
-rw-r--r--special-symbols.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/special-symbols.h b/special-symbols.h
index fa68ba7..c455025 100644
--- a/special-symbols.h
+++ b/special-symbols.h
@@ -44,9 +44,7 @@ static MLKSymbol *EVAL_WHEN;
static MLKSymbol *QUOTE;
static MLKSymbol *SETQ;
static MLKSymbol *SETF;
-static MLKSymbol *SET;
static MLKSymbol *_FSETQ;
-static MLKSymbol *_FSET;
static MLKSymbol *SYMBOL_MACROLET;
static MLKSymbol *PROGV;
static MLKSymbol *UNWIND_PROTECT;
@@ -95,9 +93,7 @@ ensure_symbols ()
QUOTE = [cl intern:@"QUOTE"];
SETQ = [cl intern:@"SETQ"];
SETF = [cl intern:@"SETF"];
- SET = [cl intern:@"SET"];
_FSETQ = [sys intern:@"%FSETQ"];
- _FSET = [sys intern:@"%FSET"];
SYMBOL_MACROLET = [cl intern:@"SYMBOL-MACROLET"];
PROGV = [cl intern:@"PROGV"];
VALUES = [cl intern:@"VALUES"];