This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix PACKAGE_* redefined warnings in libjava.
- From: neroden at fastmail dot fm (Nathanael Nerode)
- To: java-patches at gcc dot gnu dot org
- Cc: kcook at gcc dot gnu dot org, mckinlay at redhat dot com, hans dot boehm at hp dot com
- Date: Fri, 26 Nov 2004 22:07:50 -0500
- Subject: Re: [PATCH] Fix PACKAGE_* redefined warnings in libjava.
Bryce McKinlay wrote:
>The thing is, gc_config.h needs to be included by code outside of boehm-gc,
>so ideally it should only define a few things that actually need to be
>externally visible, in order to avoid potential conflicts with other defines
>in other packages. If we wanted to properly autoconf boehm-gc,
...which we do, in the long run...
>I'd imagine there'd be a separate, regular config.h for internal definitions.
Yes.
> Just guessing, but would putting in a dummy config.h make autoheader happy?
Yes. It's a good idea.
--
This space intentionally left blank.