No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / usr.bin / g++ / cc1plus / stab.h
blob77f2d411ce34a39698afa66ba9f2c110d434227c
1 #ifndef __GNU_STAB__
3 /* Indicate the GNU stab.h is in use. */
5 #define __GNU_STAB__
7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
9 enum __stab_debug_code
11 #include "stab.def"
14 #undef __define_stab
16 #endif /* __GNU_STAB_ */