This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]