repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
g++
/
cc1plus
/
stab.h
blob
77f2d411ce34a39698afa66ba9f2c110d434227c
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
"stab.def"
12
};
13
14
#undef __define_stab
15
16
#endif
/* __GNU_STAB_ */