[Wisp-cvs] wisp/modules wisptyp.wrti,1.20,1.21
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-26 20:20:59
|
Update of /cvsroot/wisp/wisp/modules In directory sc8-pr-cvs1:/tmp/cvs-serv26624/modules Modified Files: wisptyp.wrti Log Message: s/UNDEF/BOXEMPTY/g Index: wisptyp.wrti =================================================================== RCS file: /cvsroot/wisp/wisp/modules/wisptyp.wrti,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- wisptyp.wrti 30 Sep 2002 18:24:55 -0000 1.20 +++ wisptyp.wrti 26 Feb 2003 20:20:16 -0000 1.21 @@ -83,7 +83,7 @@ (macro TRUE 11) (macro FALSE 19) (macro VOID 27) - (macro UNDEF 35) ; not a real value--used only in boxes + (macro BOXEMPTY 35) ; not a real value--used only in boxes (macro ZERO 7) |