mirror of
https://git.wuffs.org/MWCC
synced 2025-12-13 15:16:24 +00:00
add a bunch of code and a ton of stub files for later
This commit is contained in:
@@ -46,15 +46,6 @@ static void gotonexttoken();
|
||||
extern SInt16 *CLT_filesp;
|
||||
extern CPrepFileInfo **CLT_filestack;
|
||||
|
||||
//#define OPT_OFFSET(optname) ((short) (((char *) (&copts.optname)) - ((char *) &copts)))
|
||||
#define OPT_OFFSET(optname) ((short) ( &((COpts *)0)->optname ))
|
||||
enum {
|
||||
OPT_OFFSET_MASK = 0x1FFF,
|
||||
OPT_FLAG_2000 = 0x2000,
|
||||
OPT_FLAG_4000 = 0x4000,
|
||||
OPT_FLAG_8000 = 0x8000
|
||||
};
|
||||
|
||||
struct CompilerOption {
|
||||
char *name;
|
||||
short bits;
|
||||
|
||||
Reference in New Issue
Block a user