* Fixed alias of -c to -canything
[fw/sdcc] / device / include / asm / z80 / features.h
1 /** Z80 specific features.
2  */
3 #ifndef __SDC51_ASM_Z80_FEATURES_H
4 #define __SDC51_ASM_Z80_FEATURES_H   1
5
6 #define _REENTRANT
7 #define _CODE
8
9 #define _SDCC_MANGLES_SUPPORT_FUNS      1
10
11 #endif