In message <[email protected]>
Ron <[email protected]> wrote:
> I have a compiler error with
> static enum { RESET, RAW, CBREAK } ttystate = RESET;
>
> It seems that RAW and CBREAK are defined in <sys/ioctl> but there is
> nothing around for RESET.
>
OK, It compiles if I change the spelling of RAW and CBREAK to an unknown.
So it may be that the problem is that those two have been defined, and
this function wants to set them at 0, 1, 2 ?
Ron M.
_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK