repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/unix/sysv/linux/x86_64/not-cancel.h: Fix a typo.
[glibc/pb-stable.git]
/
misc
/
stab.h
blob
9dc3c32ecb2e498d97985ac2d950333c3195e95b
1
#ifndef __GNU_STAB__
2
3
/* Indicate the GNU stab.h is in use. */
4
5
#define __GNU_STAB__
6
7
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
8
9
enum
__stab_debug_code
10
{
11
#include <bits/stab.def>
12
LAST_UNUSED_STAB_CODE
13
};
14
15
#undef __define_stab
16
17
#endif
/* __GNU_STAB_ */