diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-15 21:03:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-15 21:03:37 +0000 |
commit | 078a728917e03bd210824de99ee2bdec6c520aa5 (patch) | |
tree | 3ec662e919fa166ab6f36fef9cbad6a3378d02e8 /src/boot | |
parent | 7303361dd90960937f442ae36818ef3ab933ff31 (diff) | |
download | open-axiom-078a728917e03bd210824de99ee2bdec6c520aa5.tar.gz |
Intern temporary names for HT pages.
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/tokens.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot index fa340275..f8f7bc9e 100644 --- a/src/boot/tokens.boot +++ b/src/boot/tokens.boot @@ -298,6 +298,7 @@ for i in [ _ ["functionSymbol?", "FBOUNDP"] , _ ["gensym", "GENSYM"] , _ ["genvar", "GENVAR"] , _ + ["importSymbol", "IMPORT"] , _ ["inert?", "KEYWORDP"] , _ ["integer?","INTEGERP"] , _ ["LAST", "last"] , _ |