home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
utlsrc33.lzh
/
UTLSRC33
/
STAB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-30
|
296b
|
23 lines
#ifndef __GNU_STAB__
#define __GNU_STAB__
#if defined(__cplusplus)
extern "C" {
#endif
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#if defined(__cplusplus)
}
#endif
#endif /* __GNU_STAB_ */