* src/z80/peep.c: #2652979: --debug crashes sdcc
[fw/sdcc] / src / pic / main.h
1 #ifndef MAIN_INCLUDE
2 #define MAIN_INCLUDE
3
4 typedef struct {
5   unsigned int isLibrarySource:1;
6   int disable_df;
7 } pic14_options_t;
8
9 extern pic14_options_t pic14_options;
10 extern int debug_verbose;
11
12 #endif
13