From: Jos v.d.V. <jo...@us...> - 2008-10-25 19:51:42
|
Update of /cvsroot/win32forth/win32forth/src/Compat In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1446/Compat Modified Files: Evolve.f Log Message: Jos: Depracted rel>abs and abs>rel as George hinted. Index: Evolve.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Compat/Evolve.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Evolve.f 2 Sep 2008 07:01:22 -0000 1.8 --- Evolve.f 25 Oct 2008 19:51:36 -0000 1.9 *************** *** 109,112 **** --- 109,115 ---- deprecated \ since a long time + \ rel>abs and abs>rel are deprecated since version 6 + \ They are still in primutil.f to support old code + \ from src\shell.f |