stab.h 237 B

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