add a bunch of code and a ton of stub files for later

This commit is contained in:
Ash Wolf
2022-11-20 00:07:22 -05:00
parent 9a46dd0e2e
commit 9d2728a560
190 changed files with 23694 additions and 1175 deletions

View File

@@ -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;