Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13410/src
Modified Files:
Debug.f
Log Message:
arm: replace _EXIT in fkernel and debug with EXIT for consistency, by using RESOLVES to UNNEST
Update of meta-compiler to modernise and support alternative compile sources, memory access words started
Index: Debug.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/Debug.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Debug.f 7 Jun 2005 15:59:27 -0000 1.2
--- Debug.f 13 Jul 2005 22:36:08 -0000 1.3
***************
*** 352,356 ****
['] (+loop) of TRUE endof
['] _of of TRUE endof
! ['] _EXIT of TRUE endof
FALSE swap
endcase
--- 352,356 ----
['] (+loop) of TRUE endof
['] _of of TRUE endof
! ['] UNNEST of TRUE endof
FALSE swap
endcase
***************
*** 767,769 ****
- |