svn rev #22761: trunk/src/include/
Greg Hudson
ghudson at MIT.EDU
Tue Sep 15 09:25:10 EDT 2009
On Tue, 2009-09-15 at 02:17 -0400, raeburn at MIT.EDU wrote:
> +#elif defined(__BIG_ENDIAN__) || !defined(__LITTLE_ENDIAN__)
> +# define K5_BE
> +#elif defined(__LITTLE_ENDIAN__) || !defined(__BIG_ENDIAN__)
> +# define K5_LE
Did you mean && instead of || here? On a compiler which doesn't define
these macros or anything preceding, you're going to wind up assuming
K5_BE with no evidence.
More information about the krbdev
mailing list