This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

quad_t


I've inherited yet another large source base. This one has a typedef,
'quad_t' which it uses in very, very many places. This clashes with a
typedef in /usr/include/sys/types.h. I noticed this is guarded by a
__USE_BSD guard. Is anyone aware of a magic symbol I can toss GCC that
will prevent it from arriving at __USE_BSD (I assume this is actually
a glibc issue...)? -U__USE_BSD, -U_BSD_SOURCE, etc., don't do anything
useful since they don't *prevent* the defining of a preprocessor
value.

Ideas?

Thanks,

m.

-- 
Programmer             "Ha ha." "Ha ha." "What are you laughing at?"
Loki Software                      "Just the horror of being alive."
http://lokigames.com/~briareos/                   - Tony Millionaire

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