[M3devel] More Unix constants missing....

Dragiša Durić dragisha at m3w.org
Fri Aug 7 11:56:24 CEST 2009


Can we have them, in both HEAD ad RC2 branch?

TIA,
dd

===
CONST
  TIOCMGET = 16_5415;
  TIOCMSET = 16_5418;

  Bits = ARRAY StatusBits OF CARDINAL {
    Unix.TIOCM_LE,
    Unix.TIOCM_DTR,
    Unix.TIOCM_RTS,
    Unix.TIOCM_ST,
    Unix.TIOCM_SR,
    Unix.TIOCM_CTS,
    Unix.TIOCM_CAR,
    Unix.TIOCM_RNG,
    Unix.TIOCM_DSR
  };
	
-- 
Dragiša Durić <dragisha at m3w.org>




More information about the M3devel mailing list