From: George H. <geo...@us...> - 2009-12-02 08:13:42
|
Update of /cvsroot/win32forth/win32forth/demos In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2384 Modified Files: WINSER.F Log Message: Replaced &LOCAL with &OF in example. Index: WINSER.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/WINSER.F,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WINSER.F 20 Sep 2008 15:29:06 -0000 1.3 --- WINSER.F 2 Dec 2009 08:13:30 -0000 1.4 *************** *** 240,244 **** : Com2emit { char -- } \ write a character to the serial port begin ! &LOCAL char 1 Com2Hndl write-file if Com2Hndl ComErrorClear drop --- 240,244 ---- : Com2emit { char -- } \ write a character to the serial port begin ! &OF char 1 Com2Hndl write-file if Com2Hndl ComErrorClear drop |