stab.h 264 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 <bits/stab.def>
  8. LAST_UNUSED_STAB_CODE
  9. };
  10. #undef __define_stab
  11. #endif /* __GNU_STAB_ */