This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
should UINT32 be a macro or typedef?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 10 Dec 2001 14:57:47 -0500
- Subject: should UINT32 be a macro or typedef?
- Organization: Myself
Somewhere in the headers pulled in by libjava/boehm.cc, one header
wants UINT32 to be a #define, and another wants it to be a typedef. I
haven't figured out exactly where the conflict is, but when I find it,
which one is "right"?
Right now I just hacked it by #undef UINT32 in boehm.cc, but I'd like
to come up with a cleaner solution before I submit my patch.
- a