OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040304-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
void
2
cpplib_macroExpand (char * pfile)
3
{
4
  int nargs;
5
  int rest_args;
6
  int token = -1;
7
  rest_args = 0;
8
  do
9
    {
10
      if (rest_args != 0)
11
          continue;
12
      if (nargs == 0)
13
        {
14
          rest_args = 1;
15
          token = macarg (pfile, rest_args);
16
        }
17
    }
18
  while (token == 20);
19
}
20
 

powered by: WebSVN 2.1.0

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