[Wisp-cvs] wisp/src/native base.inc,1.99,1.100
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-28 22:41:03
|
Update of /cvsroot/wisp/wisp/src/native In directory sc8-pr-cvs1:/tmp/cvs-serv24163/src/native Modified Files: base.inc Log Message: created the #unknown special object Index: base.inc =================================================================== RCS file: /cvsroot/wisp/wisp/src/native/base.inc,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- base.inc 26 Feb 2003 20:20:20 -0000 1.99 +++ base.inc 28 Feb 2003 22:40:58 -0000 1.100 @@ -493,6 +493,7 @@ %define FALSE 19 %define VOID 27 %define BOXEMPTY 35 ; not a real value--used only in boxes +%define UNKNOWN 43 ;;;; Flag->boolean conversion |