Files
amiga-ixemul/stack/a4.h
T
2015-04-16 09:16:48 +02:00

15 lines
202 B
C

#ifndef _A4_H_
#define _A4_H_
#ifdef BASEREL
#define A4(x) "a4@(" #x ":W)"
#else
#ifdef LBASEREL
#define A4(x) "a4@(" #x ":L)"
#else
#define A4(x) #x
#endif
#endif
#endif /* _A4_H_ */