From: Jos v.d.V. <jo...@us...> - 2008-06-28 13:03:51
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29770 Modified Files: dfc.F tools.f Log Message: Jos: Adapted DFC for direct use in the menu tools in the Forth console. Index: dfc.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/dfc.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dfc.F 3 May 2005 15:05:54 -0000 1.2 --- dfc.F 28 Jun 2008 13:03:46 -0000 1.3 *************** *** 3,7 **** ANEW --DFC-- DECIMAL ! \ 2002-01-31 Replaced <spaces>( comment )<eol> \ with <spaces>\ comment<eol> \ 2002-01-30 Empty file now rejected. --- 3,10 ---- ANEW --DFC-- DECIMAL ! internal ! in-application ! ! \ 2002-01-31 Replaced <spaces>( comment )<eol> \ with <spaces>\ comment<eol> \ 2002-01-30 Empty file now rejected. *************** *** 830,834 **** PREVIOUS DEFINITIONS ! cr cr .( Example of use: ) cr cr --- 833,837 ---- PREVIOUS DEFINITIONS ! (( Command line use: cr cr .( Example of use: ) cr cr *************** *** 836,839 **** --- 839,843 ---- .( s" new-file-name" >newfile ) cr .( DFC ) cr cr + )) 0 [IF] ================================================================= *************** *** 869,873 **** [THEN] \\ End of Differential File Comparison - |