From: George H. <geo...@us...> - 2005-06-20 12:26:03
|
Update of /cvsroot/win32forth/win32forth-610old/demos/SciEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14222/win32forth-610old/demos/SciEdit Modified Files: ClassBrowser.f Log Message: gah: changed STR(NC)= to ISTR= Index: ClassBrowser.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-610old/demos/SciEdit/ClassBrowser.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClassBrowser.f 12 Mar 2005 09:16:43 -0000 1.2 --- ClassBrowser.f 20 Jun 2005 12:25:47 -0000 1.3 *************** *** 200,204 **** if \ if it's defind in FKERNEL.F than we must \ add the path to the file ! count 2dup KERNFILE count STR(NC)= if Prepend<home>\ then --- 200,204 ---- if \ if it's defind in FKERNEL.F than we must \ add the path to the file ! count 2dup KERNFILE count ISTR= if Prepend<home>\ then |