[4156] in Athena Bugs
Saber msg: v2.1 (4/24/89 lycus vax Unix 4042 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Wed Feb 7 13:46:52 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Wed, 7 Feb 90 13:33:28 -0500
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
When saber is in ANSI mode, it doesn't like this constant, complaining
that it's too big; somehow it seems to have forgotten the leading minus sign:
"/afs/athena.mit.edu/astaff/project/krb5/src/include/krb5/wordsize.h":40, Decima
l constant too large (Warning #221)
39: #define KRB5_INT32_MAX 2147483647
40: #define KRB5_INT32_MIN (-2147483648)
^
41:
Decimal constant (2147483648) exceeds maximum signed long (2147483647).
if ANSI mode is not turned on, then it will accept this constant without error.