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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
include3.c
blob
8bea2b78ee803ec3445534bb0432a6d099a0915b
1
/* Unpatched, this file would include "inc/ foo.h" (note the space) */
2
3
#define PREINC_XSTR(str) #str
4
#define PREINC_STR(str) PREINC_XSTR(str)
5
#define COMP_INC(comp,file) PREINC_STR(comp/file)
6
7
#include COMP_INC(inc, foo.h)