home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
ixemul-45.0-src.tgz
/
tar.out
/
contrib
/
ixemul
/
stack
/
a4.h
next >
Wrap
C/C++ Source or Header
|
1996-10-01
|
202b
|
15 lines
#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_ */