From: George H. <geo...@us...> - 2007-04-28 10:00:27
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7567/win32forth/src/kernel Modified Files: fkernel.f Log Message: gah:Added RDROP as an alias of R>DROP to be consistent with STC version Index: fkernel.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/fkernel.f,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** fkernel.f 30 Oct 2006 12:01:43 -0000 1.41 --- fkernel.f 28 Apr 2007 10:00:20 -0000 1.42 *************** *** 498,501 **** --- 498,503 ---- next c; + ' r>drop alias rdrop + CODE 2>R ( n1 n2 -- ) \ push two items onto the returnstack mov -2 CELLS [ebp], ebx |