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 >
C/C++ Source or Header  |  1996-10-01  |  202b  |  15 lines

  1. #ifndef _A4_H_
  2. #define _A4_H_
  3.  
  4. #ifdef BASEREL
  5.   #define A4(x) "a4@(" #x ":W)"
  6. #else
  7.   #ifdef LBASEREL
  8.     #define A4(x) "a4@(" #x ":L)"
  9.   #else
  10.     #define A4(x) #x
  11.   #endif
  12. #endif
  13.  
  14. #endif /* _A4_H_ */
  15.