From: Alex M. <ale...@us...> - 2005-06-02 21:15:02
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23246/apps/ForthForm Modified Files: FORMOBJECT.F Log Message: arm: rename word str(nc)= to istr= (case insensitive compare) add id headers to assembler files modifications to disassembler to allow reassembley from generated text move LDP inline to system area correct comment in meta compiler Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORMOBJECT.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FORMOBJECT.F 5 May 2005 09:43:26 -0000 1.2 --- FORMOBJECT.F 2 Jun 2005 21:14:54 -0000 1.3 *************** *** 1011,1015 **** : IsNewForm? ( -- f ) \ has form not yet been saved? ! formname count s" untitled.ff" str(nc)= ; : SaveIt? { \ temp$ -- f } --- 1011,1015 ---- : IsNewForm? ( -- f ) \ has form not yet been saved? ! formname count s" untitled.ff" ISTR= ; : SaveIt? { \ temp$ -- f } *************** *** 1794,1796 **** ;Class ! \s |