From: George H. <geo...@us...> - 2007-04-24 09:25:55
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27171/win32forth-stc/src Modified Files: extend.f Log Message: gah: added loading of class.f Index: extend.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/extend.f,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** extend.f 13 Mar 2007 23:49:34 -0000 1.17 --- extend.f 24 Apr 2007 09:25:52 -0000 1.18 *************** *** 33,36 **** --- 33,37 ---- FLOAD src\registry.f \ Win32 Registry support FLOAD src\primhash.f \ primitive hash functions for OOP later *** to be done *** + FLOAD src\class.f \ ***** Object Oriented Programming Support ***** here fence ! mark empty \ Prevent forgetting anything before this *************** *** 57,61 **** sys-FLOAD src\debug.f sys-FLOAD src\words.f ! FLOAD src\class.f \ ***** Object Oriented Programming Support ***** FLOAD src\mapfile.f \ Windows32 file into memory mapping words FLOAD src\Shell.f \ load SHELL utility words --- 58,62 ---- sys-FLOAD src\debug.f sys-FLOAD src\words.f ! FLOAD src\mapfile.f \ Windows32 file into memory mapping words FLOAD src\Shell.f \ load SHELL utility words |