Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / device / non-free / include / pic14 / pic14regs.h
bloba0a58bb245bf6f00e227607af4e961b36007b246
1 #ifndef __DEVICE_INCLUDE_PIC14REGS_H__
2 #define __DEVICE_INCLUDE_PIC14REGS_H__ 1
4 #if defined(__SDCC_PROCESSOR)
5 #ifndef _CONCAT
6 #undef _CONCAT2
7 #define _CONCAT(a,b) _CONCAT2(a,b)
8 #define _CONCAT2(a,b) a ## b
9 #endif
11 /* May not paste proc ## .h as pic16f877.h is no valid
12 * preprocessor token. So this is a bit fragile... */
13 #define INC_PIC(proc) <_CONCAT(pic,proc).h>
15 #include INC_PIC(__SDCC_PROCESSOR)
16 #else
17 /* __SDCC_PROCESSOR undefined */
18 #warning __SDCC_PROCESSOR undefined, no processor-specific header included.
19 #endif
21 #endif /* __DEVICE_INCLUDE_PIC14REGS_H__ */