]> git.gag.com Git - fw/sdcc/blob - device/include/asm/default/features.h
Re-worked the makefiles and includes to target z80 and gbz80 as well
[fw/sdcc] / device / include / asm / default / 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      reentrant
7 #define _CODE           code
8
9 #endif