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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040304-1.c] - Blame information for rev 715

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 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.