From: George H. <geo...@us...> - 2009-08-16 18:51:05
|
Update of /cvsroot/win32forth/win32forth/src/Compat In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8281 Modified Files: Compatibility.f Evolve.f Log Message: minor corrections Index: Compatibility.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Compat/Compatibility.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Compatibility.f 25 Jul 2008 03:51:15 -0000 1.3 --- Compatibility.f 16 Aug 2009 18:50:37 -0000 1.4 *************** *** 27,31 **** \ END-CODE --> ;C \ [ENDIF] --> [THEN] ! \ #ENDIF --> [THEN] \ ENDIF --> THEN \ ... --- 27,31 ---- \ END-CODE --> ;C \ [ENDIF] --> [THEN] ! \ #ENDIF --> #THEN \ ENDIF --> THEN \ ... Index: Evolve.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Compat/Evolve.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Evolve.f 25 Oct 2008 19:51:36 -0000 1.9 --- Evolve.f 16 Aug 2009 18:50:37 -0000 1.10 *************** *** 16,20 **** \ evolution to better features) \ \ \ ! \ This file, and thus theese words, are still included in the system but they \ \ are all flagged "deprecated" and a message will warn you if any of your \ \ sources is using one of them. \ --- 16,20 ---- \ evolution to better features) \ \ \ ! \ This file, and thus these words, are still included in the system but they \ \ are all flagged "deprecated" and a message will warn you if any of your \ \ sources is using one of them. \ |