* error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
authorTom Yu <tlyu@mit.edu>
Fri, 23 Jun 1995 19:48:48 +0000 (19:48 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 23 Jun 1995 19:48:48 +0000 (19:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6156 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/error_table.h

index 79d6fce9a23183dd57af94626299e9d4c9d294f9..87aebcc9ba3ad337294b9a9de0ed26148651e746 100644 (file)
@@ -1,3 +1,6 @@
+Thu Jun 22 16:14:25 1995  Tom Yu  (tlyu@dragons-lair)
+
+       * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
 
 Fri Jun 23 10:50:14 EDT 1995   Paul Park       (pjpark@mit.edu)
        * Makefile.in - Change "./done" and "done" to DONE.  Shared library
@@ -9,8 +12,6 @@ Thu Jun 22 13:06:47 1995  Sam Hartman  <hartmans@tardis.MIT.EDU>
 
        * configure.in: Changed to make libcom_err as a shared library.
 
-
-
 Fri Jun  9 19:00:05 1995    <tytso@rsx-11.mit.edu>
 
        * configure.in: Remove standardized set of autoconf macros, which
index 53e73d5fcc74294ee40436c522c3c493f1bd20f6..a82b39c1fc624cf3b53cdf5dea8b28c77f60ae4f 100644 (file)
@@ -39,7 +39,7 @@ extern struct et_list * _et_list;
 #define        ERRCODE_RANGE   8       /* # of bits to shift table number */
 #define        BITS_PER_CHAR   6       /* # bits to shift per character in name */
 
-#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES) || defined(_WINDOWS)
+#if (defined(__STDC__) || defined(_WINDOWS)) && !defined(KRB5_NO_PROTOTYPES)
 extern const char *error_table_name (long);
 #else 
 extern const char *error_table_name ();