Patch installed to remove PARAMS macro from java dir

Geoff Keating geoffk@geoffk.org
Fri Jan 10 00:21:00 GMT 2003


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

> This patch nukes (almost) all PARAMS from the java dir.
> 
> Note there are a few PARAMS left.
> 
> A couple remain in jvspec.c because I think that's used by the stage1
> compiler to build gcj.  I'm not sure why gcj is built in stage1
> though.  Something to look at.
> 
> Also there's one left in builtins.c.  When I removed that one I ran
> into a bug (?) in gengtype.  Something else to look at (later).

It's not a bug; gengtype followed the previous coding conventions,
which says to expect a PARAMS.  You could change it, but that's a
fairly big job because PARAMS is an easily distinguised token.  I have
had to add more of these back while merging pch-branch.

-- 
- Geoffrey Keating <geoffk@geoffk.org>



More information about the Gcc-patches mailing list