From: George H. <geo...@us...> - 2006-09-27 09:09:54
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv848/win32forth-stc/src Modified Files: asmwin32.f Log Message: gah:Alex's fix for (_code) Index: asmwin32.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/asmwin32.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asmwin32.f 23 Sep 2006 06:00:17 -0000 1.2 --- asmwin32.f 27 Sep 2006 09:09:50 -0000 1.3 *************** *** 34,38 **** code-header hide !csp init-asm ! 0 to ofa ; ' (_code) is code --- 34,38 ---- code-header hide !csp init-asm ! code-here to ofa ; ' (_code) is code |