From: George H. <geo...@us...> - 2005-06-20 12:26:02
|
Update of /cvsroot/win32forth/win32forth-610old/src/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14222/win32forth-610old/src/ForthForm Modified Files: FORMOBJECT.F Log Message: gah: changed STR(NC)= to ISTR= Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth-610old/src/ForthForm/FORMOBJECT.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FORMOBJECT.F 14 Dec 2004 23:53:59 -0000 1.1 --- FORMOBJECT.F 20 Jun 2005 12:25:47 -0000 1.2 *************** *** 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 \ No newline at end of file --- 1794,1796 ---- ;Class ! \s |