Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24736/src/lib
Modified Files:
RecentFiles.f
Log Message:
Rod: Modified slightly to be compatible with STC version
Index: RecentFiles.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/RecentFiles.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RecentFiles.f 2 Oct 2005 09:07:36 -0000 1.1
--- RecentFiles.f 1 Jul 2007 17:16:27 -0000 1.2
***************
*** 44,49 ****
dup to AllocatedFiles to MaxFiles
ClassInit: Super
! here to mfunc
! hide !csp docol , ]
AllocatedFiles 1- +to IDcounter
;M
--- 44,48 ----
dup to AllocatedFiles to MaxFiles
ClassInit: Super
! \In-system-OK :noname to mfunc !csp
AllocatedFiles 1- +to IDcounter
;M
|