home *** CD-ROM | disk | FTP | other *** search
- /* Lattice C compiler (tested with release 3.10 & 3.20 for IBM-PC) */
-
- #include <fcntl.h> /* FROM LATTICE */
- #define BUPDATE (O_RDWR | O_RAW)
- #define BCREATE (S_IWRITE | S_IREAD | O_RAW)
- #define C255 -1
- #define ct_NULL (char *) 0
- #define RLOCK CTRLOCK
-
- /*
- * Note that uninitialized auto variable warnings such as lstbyt in CTRBL2
- * and pntr, fv1 and fv2 in CTKRNL can be ignored: the compiler is not
- * smart enough to follow the actual usage.
- *
- * Be sure that the PERC_H option is used (in CTOPTN.H)
- */
-