From 9d2728a5605f651934fe67a6fe6986b3e4a2c011 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 20 Nov 2022 00:07:22 -0500 Subject: add a bunch of code and a ton of stub files for later --- compiler_and_linker/FrontEnd/C/CPrep.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'compiler_and_linker/FrontEnd/C') diff --git a/compiler_and_linker/FrontEnd/C/CPrep.c b/compiler_and_linker/FrontEnd/C/CPrep.c index 4e3ffea..4b66e88 100644 --- a/compiler_and_linker/FrontEnd/C/CPrep.c +++ b/compiler_and_linker/FrontEnd/C/CPrep.c @@ -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; -- cgit v1.2.3