repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR fortran/14923
[official-gcc.git]
/
gcc
/
gstab.h
blob
ed510c164617ed5d7236580862a7c3a3e83e8c5a
1
#ifndef GCC_GSTAB_H
2
#define GCC_GSTAB_H
3
4
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
5
6
enum
__stab_debug_code
7
{
8
#include
"stab.def"
9
LAST_UNUSED_STAB_CODE
10
};
11
12
#undef __define_stab
13
14
#endif
/* ! GCC_GSTAB_H */