From: Alex M. <ale...@us...> - 2007-05-13 22:13:31
|
Update of /cvsroot/win32forth/win32forth-stc/src/kernel In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23291/src/kernel Modified Files: gmeta-compiler.f Log Message: arm: correct locals type Index: gmeta-compiler.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/kernel/gmeta-compiler.f,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** gmeta-compiler.f 22 Mar 2007 02:13:56 -0000 1.13 --- gmeta-compiler.f 13 May 2007 22:13:26 -0000 1.14 *************** *** 549,552 **** --- 549,554 ---- : t-tfa! ( type -- ) \ set the type last-h @ n>tfa tsys-c! ; + + ' t-tfa! alias tfa! \ to support localn : in/out ( n m -- ) |