summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1991-05-31 14:53:29 +0000
committerTheodore Tso <tytso@mit.edu>1991-05-31 14:53:29 +0000
commitf69979fb112d90d7a30e68d2b01c9b943a4ba825 (patch)
treef85abccecff67cd81eb10aa91489e8a1eb92ee15 /src/include
parent38e0f7df74f5845903baa1e166504646dae9d6e6 (diff)
Avoid needless trigraph
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2132 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/wordsize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/wordsize.h b/src/include/krb5/wordsize.h
index c44057030e..5a235d9027 100644
--- a/src/include/krb5/wordsize.h
+++ b/src/include/krb5/wordsize.h
@@ -38,7 +38,7 @@ typedef unsigned int krb5_ui_4;
#endif
#ifndef __OK
- ??=error: must define word size!
+ ?==error: must define word size!
#endif /* __OK */
#undef __OK