repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040304-1.c
blob
ee277d799a497b36741618bb1051332c53bff842
1
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