diff options
| author | bellard <bellard> | 2002-12-08 14:36:36 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-12-08 14:36:36 +0000 |
| commit | 53196cd47580a633b5fa7da597fd87c0fe279281 (patch) | |
| tree | 28e4b08225724ed570e8b3caabe79ab76e753036 /stab.h | |
| parent | fa6ac83ec5af8114d4a75b740076c7104f364270 (diff) | |
| download | tinycc-53196cd47580a633b5fa7da597fd87c0fe279281.tar.gz tinycc-53196cd47580a633b5fa7da597fd87c0fe279281.tar.bz2 | |
added
Diffstat (limited to 'stab.h')
| -rw-r--r-- | stab.h | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +#ifndef __GNU_STAB__ + +/* Indicate the GNU stab.h is in use. */ + +#define __GNU_STAB__ + +#define __define_stab(NAME, CODE, STRING) NAME=CODE, + +enum __stab_debug_code +{ +#include "stab.def" +LAST_UNUSED_STAB_CODE +}; + +#undef __define_stab + +#endif /* __GNU_STAB_ */ |
