home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / binutils-1.8.x-src.lha / binutils-1.8.x / stab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-22  |  237 b   |  17 lines

  1. #ifndef __GNU_STAB__
  2.  
  3. /* Indicate the GNU stab.h is in use.  */
  4.  
  5. #define __GNU_STAB__
  6.  
  7. #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  8.  
  9. enum __stab_debug_code
  10. {
  11. #include "stab.def"
  12. };
  13.  
  14. #undef __define_stab
  15.  
  16. #endif /* __GNU_STAB_ */
  17.