Update of /cvsroot/wisp/wisp/modules
In directory usw-pr-cvs1:/tmp/cvs-serv4857/modules
Modified Files:
wisptyp.wrti
Log Message:
Defined the NC_* Worth macros in wisptyp.wrti .
Index: wisptyp.wrti
===================================================================
RCS file: /cvsroot/wisp/wisp/modules/wisptyp.wrti,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wisptyp.wrti 26 Aug 2002 16:18:19 -0000 1.6
+++ wisptyp.wrti 31 Aug 2002 14:29:11 -0000 1.7
@@ -74,6 +74,17 @@
(macro untag-fixnum
3 arshift)
+ ;; Type tags
+
+ (macro NC_INTEGER 0)
+ (macro NC_RATIONAL 1)
+ (macro NC_EVMFUNC 3)
+ (macro NC_DICT 5)
+ (macro NC_SYMBOL 6)
+ (macro NC_VECTOR 8)
+ (macro NC_C8STRING 9)
+ (macro NC_INSTANCE 10)
+
;; Booleans
(macro ->wisp-bool
|