From: George H. <geo...@us...> - 2006-08-03 13:08:28
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17644/win32forth/src/tools Modified Files: HelpSystem.f Log Message: gah:Added code so that a warning is given if the Does> part of the defing word is in in-system and is used to create a word in-application (which would cause problems for TURNKEYed programs). NOTE needs the new FKERNEL.EXE from the CVS to build. Index: HelpSystem.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/HelpSystem.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HelpSystem.f 19 Mar 2006 09:18:38 -0000 1.8 --- HelpSystem.f 3 Aug 2006 13:08:22 -0000 1.9 *************** *** 84,87 **** --- 84,88 ---- ERROR-TABLE-ENTRY -4104 p-gethelp.htm Warning(-4104) ERROR-TABLE-ENTRY -4105 p-gethelp.htm Warning(-4105) + ERROR-TABLE-ENTRY -4106 p-gethelp.htm Warning(-4106) \ Application and Runtime Error Messages |