From: George H. <geo...@us...> - 2012-01-17 19:40:45
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory vz-cvs-4.sog:/tmp/cvs-serv25896 Modified Files: fkernel.f Log Message: Minor corrections Index: fkernel.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/fkernel.f,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** fkernel.f 23 Dec 2011 00:42:24 -0000 1.83 --- fkernel.f 17 Jan 2012 19:40:43 -0000 1.84 *************** *** 3833,3837 **** here winlib-last ! \ point last at here winlib-link link, \ the link of all libraries ! 0 , \ the library handlehandle ", 0 c, \ counted string then --- 3833,3837 ---- here winlib-last ! \ point last at here winlib-link link, \ the link of all libraries ! 0 , \ place-holder for the library handle ", 0 c, \ counted string then |