OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include4.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Preprocessing tokens are always formed according to a greedy algorithm,
2
   so "#include <stddef.h" must be interpreted as a sequence of tokens,
3
   of which the "h" then gets macro expanded.  Likewise the other
4
   examples.  */
5
 
6
#define h h>
7
#include <stddef.h
8
#undef h
9
 
10
#define foo stddef.h>
11
#include <foo
12
 
13
#include <foo /*
14
> */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.