This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap.
>>>>> "Dave" == Dave Korn <dave.korn.cygwin@googlemail.com> writes:
Tom> Yeah, just GCJ_DEBUG would be fine.
Dave> Do you care about the "__" prefix? I wasn't sure if maybe it
Dave> might end up in the user's namespace (do any of the
Dave> libjava/include files end up getting installed?), so I already
Dave> did it the "__GCJ_DEBUG" way; I'll respin it if it matters.
A couple of the headers are installed, but this symbol isn't used by
any of them. So, without the underscores is ok. It doesn't matter
hugely to me, though, so if you already have the patch, the underscore
variant is fine too.
Tom