Update of /cvsroot/win32forth/win32forth-stc/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18497
Modified Files:
dis486.f extend.f
Log Message:
arm: 3rd pass: corrections for type system
Index: dis486.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/dis486.f,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** dis486.f 24 Jan 2007 11:48:54 -0000 1.10
--- dis486.f 24 Jan 2007 23:48:17 -0000 1.11
***************
*** 1079,1082 ****
--- 1079,1083 ----
tcon of r@ execute . ." constant " .id endof
tvar of ." variable " .id ." ( is " r@ execute @ 10. ." ) " endof
+ tcre of ." create " .id ." ( addr " r@ execute $. ." ) " endof
tcol of ." : " .id endof
tdef of ." defer " .id ." ( is " r@ defer@ .name ." )" endof
Index: extend.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/extend.f,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** extend.f 30 Oct 2006 09:15:14 -0000 1.15
--- extend.f 24 Jan 2007 23:48:17 -0000 1.16
***************
*** 52,55 ****
--- 52,56 ----
.olly
+ \ sys-fload src\optliterals \ literals optimiser
|