Update of /cvsroot/win32forth/win32forth-610old/demos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18269/win32forth-610old/demos
Modified Files:
WINSER.F
Log Message:
gah: changed &LOCAL to &OF
Index: WINSER.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth-610old/demos/WINSER.F,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WINSER.F 14 Dec 2004 23:53:45 -0000 1.1
--- WINSER.F 11 Aug 2005 15:16:42 -0000 1.2
***************
*** 188,192 ****
: Com1emit { char -- } \ write a character to the serial port
! &LOCAL char 1 Com1Hndl write-file
abort" Failed to write serial port" ;
--- 188,192 ----
: Com1emit { char -- } \ write a character to the serial port
! &OF char 1 Com1Hndl write-file
abort" Failed to write serial port" ;
***************
*** 280,281 ****
--- 280,282 ----
AGAIN ;
+ |