If STDC and WINDOWS is not defined, define PROTOTYPE properly.
authorEzra Peisach <epeisach@mit.edu>
Fri, 21 Apr 1995 15:00:11 +0000 (15:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 21 Apr 1995 15:00:11 +0000 (15:00 +0000)
(the definition was missing entirely then)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5424 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/gssapi.h

index a468456d8424f4e82b0a3c953b881094f344d046..26a0fa13fecf36d84cc0d7f81f356bf14a4e1b14 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 21 10:57:44 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
+
+       * gssapi.h: If !stdc and !windows, define PROTOTYPE properly.
+
 Thu Apr 20 14:23:14 1995 Keith Vetter (keithv@fusion.com)
 
        * gssapi.h: fixed up the "windows specific hackery".
index 4d7e3f9b149a9e97f0f3f524d703a07ed94bdde8..d91c63a76c0db375c6293a4ff98ee00f89fd2fdd 100644 (file)
@@ -73,6 +73,8 @@ typedef void FAR * gss_ctx_id_t;
 
 #if defined(__STDC__) || defined(_WINDOWS)
 #define PROTOTYPE(x) x
+#else
+#define PROTOTYPE(x) ()
 #endif
 
 /*