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
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
mi2c.h
blob
521792bee2f2c8687bc2cc9aa0c93b5d7336eaee
1
/* Test for overly eager multiple include optimization.
2
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
3
Problem noted by Tom Tromey <tromey@cygnus.com>. */
4
#ifdef need_x
5
#undef need_x
6
#ifndef have_x
7
#define have_x
8
extern
int
x
;
9
#endif
10
#endif
11
12
#ifndef t_h
13
#define t_h
14
extern
int
y
;
15
#endif