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/] [syshdr2.h] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* This file would generate an error because of #include_next, but the #pragma marks it a system header, so the error is suppressed. */ #pragma GCC system_header #include_next <stdio.h>
Go to most recent revision | Compare with Previous | Blame | View Log