From: George H. <geo...@us...> - 2005-05-03 08:47:43
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29018/win32forth/src Modified Files: CLASSDBG.F DIS486.F Dc.f FONTS.F Log Message: gah: fixed bug in [getmethod] and minor optimizations Index: DIS486.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/DIS486.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DIS486.F 21 Dec 2004 00:19:07 -0000 1.1 --- DIS486.F 3 May 2005 08:47:34 -0000 1.2 *************** *** 1470,1474 **** endcase ! repeat 2drop drop ; \ create stopcode 8 C, \ count of length --- 1470,1474 ---- endcase ! repeat 3drop ; \ create stopcode 8 C, \ count of length *************** *** 1530,1531 **** --- 1530,1532 ---- ONLY FORTH ALSO DEFINITIONS + |