From: Jos v.d.V. <jo...@us...> - 2005-10-12 22:37:52
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2309/src Modified Files: Primutil.f Log Message: Jos: Removed the does> part Index: Primutil.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Primutil.f,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Primutil.f 12 Oct 2005 15:52:29 -0000 1.11 --- Primutil.f 12 Oct 2005 22:37:44 -0000 1.12 *************** *** 747,752 **** : STRING: \ Allocates strings ! CREATE MAXSTRING ALLOT \ Compiletime: ( -< name >- ) ! DOES> \ Runtime: ( - addr$ ) ; --- 747,751 ---- : STRING: \ Allocates strings ! CREATE MAXSTRING ALLOT \ Compiletime: ( -< name >- ) Runtime: ( - addr$ ) ; |