summaryrefslogtreecommitdiff
path: root/special-symbols.h
diff options
context:
space:
mode:
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"];