From: Jos v.d.V. <jo...@us...> - 2015-12-29 13:00:16
|
Update of /cvsroot/win32forth/win32forth/apps/Setup In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7761 Modified Files: Setup.f Log Message: Jos: Repairing broken code Index: Setup.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Setup/Setup.f,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Setup.f 20 Mar 2013 23:51:20 -0000 1.32 --- Setup.f 29 Dec 2015 13:00:13 -0000 1.33 *************** *** 22,25 **** --- 22,26 ---- FLOAD ..\..\src\paths.f \ multi path support words SYS-FLOAD ..\..\src\interpif.f \ interpretive conditionals + sys-FLOAD ..\..\src\NumberAlloc.f SYS-FLOAD ..\..\src\486asm.f \ Jim's 486 assembler SYS-FLOAD ..\..\src\asmmac.f \ Jim's 486 macros *************** *** 28,31 **** --- 29,33 ---- FLOAD ..\..\src\pointer.f FLOAD ..\..\src\registry.f \ Win32 Registry support + FLOAD ..\..\src\winversion.f \ FLOAD ..\..\src\ansfile.f FLOAD ..\..\src\callback.f |