home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Atari / Gnu / gdb36p4s.zoo / stab.h < prev    next >
C/C++ Source or Header  |  1992-09-20  |  284b  |  23 lines

  1. #ifndef __GNU_STAB__
  2. #define __GNU_STAB__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  9.  
  10. enum __stab_debug_code
  11. {
  12. #include "stab.def"
  13. LAST_UNUSED_STAB_CODE
  14. };
  15.  
  16. #undef __define_stab
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.  
  22. #endif /* __GNU_STAB_ */
  23.