most C compilers/C preprocessors!
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7293
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 10 21:31:42 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * gssapi.h: Remove #if statement that used sizeof(xxx), since that
+ won't work for most C compilers/C preprocessors!
+
Thu Jan 4 21:33:38 1996 Theodore Y. Ts'o <tytso@dcl>
* gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macros
#ifdef OM_STRING
/*
- * We have included the xom.h header file. Verify that OM_uint32 is defined
- * correctly.
+ * We have included the xom.h header file. Use the definition for
+ * OM_object identifier.
*/
-#if sizeof(gss_uint32) != sizeof(OM_uint32)
-/**/#error Incompatible definition of OM_uint32 from xom.h
-#endif
-
typedef OM_object_identifier gss_OID_desc, *gss_OID;
#else /* OM_STRING */
/*