X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCglobl.h;h=5ef744e0e711d34a311abd2ed8b7fb45a5f7a297;hb=7a742aa53d932c986e05ab285410366d414e23a4;hp=644d9923eb153f4f58c28a5ff9e7827b29745431;hpb=43082e9855dafdd47d0dc6649c63e47ad7a842c0;p=fw%2Fsdcc diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index 644d9923..5ef744e0 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -242,7 +242,6 @@ struct options int noCcodeInAsm; /* hide c-code from asm */ int iCodeInAsm; /* show i-code in asm */ int printSearchDirs; /* display the directories in the compiler's search path */ - int gen_banksel; /* enable the generation of the banksel assembler directive in pic16 port */ int vc_err_style; /* errors and warnings are compatible with Micro$oft visual studio */ int use_stdout; /* send errors to stdout instead of stderr */ int no_std_crt0; /*For the z80/gbz80 do not link default crt0.o*/