projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f845b77
)
add KRB5_INT32_MAX, KRB5_INT32_MIN
author
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 15:31:44 +0000
(15:31 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 15:31:44 +0000
(15:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@279
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/wordsize.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/wordsize.h
b/src/include/krb5/wordsize.h
index 305fdc9d2ed838da45c4e666c21b36c400fbef0b..37cd10d3bc08b932c8801165389fceccf06686c4 100644
(file)
--- a/
src/include/krb5/wordsize.h
+++ b/
src/include/krb5/wordsize.h
@@
-36,4
+36,7
@@
typedef unsigned char krb5_octet;
#undef __OK
+#define KRB5_INT32_MAX 2147483647
+#define KRB5_INT32_MIN (-2147483648)
+
#endif /* __KRB5_WORDSIZE__ */