URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include3.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* Unpatched, this file would include "inc/ foo.h" (note the space) */ #define PREINC_XSTR(str) #str #define PREINC_STR(str) PREINC_XSTR(str) #define COMP_INC(comp,file) PREINC_STR(comp/file) #include COMP_INC(inc, foo.h)
Go to most recent revision | Compare with Previous | Blame | View Log