Diff for /gforth/contrib/serial.fs between versions 1.1 and 1.2

version 1.1, 2004/11/05 14:27:32 version 1.2, 2010/04/16 15:33:01
Line 21 Line 21
   
 \ termios structure  \ termios structure
   
   require strings.fs
   require syscalls386.fs
   
 create termios 4 4 + 4 + 4 + 2 + 64 + 4 + 4 + allot  create termios 4 4 + 4 + 4 + 2 + 64 + 4 + 4 + allot
   
 0 constant C_IFLAG  0 constant C_IFLAG

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>