Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28590/win32forth/src
Modified Files:
paths.f
Log Message:
gah:Minor correction to docs
Index: paths.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/paths.f,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** paths.f 4 Aug 2006 09:52:10 -0000 1.22
--- paths.f 5 Aug 2006 12:27:39 -0000 1.23
***************
*** 194,198 ****
: program-path-init ( -- )
\ *G Initialize the Forth directory search path list. Automatically done at program
! \ *G initialization and when Paths.f is loaded.
path-ptr off \ clear path list
s" %CURRENTDIR%" "fpath+
--- 194,198 ----
: program-path-init ( -- )
\ *G Initialize the Forth directory search path list. Automatically done at program
! \ ** initialization and when Paths.f is loaded.
path-ptr off \ clear path list
s" %CURRENTDIR%" "fpath+
|