Martin Husemann <martin@duskware.de> writes:
> on sparc64 the <machine/reg.h> header does play dirty, name space polluting
> tricks to be usable for both 32bit and 64bit builds - and to be able
> to build a gdb that supports both.
That's gross. At the very least, why not use typedef instead of
#define?
- Nathan