aboutsummaryrefslogtreecommitdiff
path: root/src/interp/types.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-07 15:17:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-07 15:17:39 +0000
commit30e90e4c85eb1fb101ed06b22802d36dbc0df2d2 (patch)
treee5d4d8871981196f85a1038491a3a62372630a96 /src/interp/types.boot
parent64dee33447f6db28cfe4d6abe92e51bf4e70a2c6 (diff)
downloadopen-axiom-30e90e4c85eb1fb101ed06b22802d36dbc0df2d2.tar.gz
* interp/types.boot (%Integer): Alias for Lisp INTEGER class.
* interp/sys-utility.boot (getVMType): Integer is represented by %Integer. * interp/postpar.boot (postSignature): Don't ignore constants.
Diffstat (limited to 'src/interp/types.boot')
-rw-r--r--src/interp/types.boot5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 06b8b9b8..72db77ab 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -60,6 +60,9 @@ import boot_-pkg
%Bignum <=>
BIGNUM
+%Integer <=>
+ INTEGER
+
++ Type of single precision floating point numbers. Most of the
++ time, this is a 32-bit datatype.
%SingleFloat <=>
@@ -114,7 +117,7 @@ import boot_-pkg
cons(%Code,cons(%Mode,cons(%Env,null)))
%Signature -- signature
- <=> cons
+ <=> %Symbol or cons
%Modemap <=> %List -- modemap