Remove #ifdef STDC check to see if we should use const --- configure
authorTheodore Tso <tytso@mit.edu>
Tue, 28 Feb 1995 18:38:13 +0000 (18:38 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 28 Feb 1995 18:38:13 +0000 (18:38 +0000)
takes care of this.

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

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

index 7763e705750dc154b2ed33ac54c21cb6ed7443eb..cfd8d5897500c71bc51e766f75c8583095034b35 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 28 13:23:58 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * error_table.h: Remove #ifdef STDC check to see if we should use
+               const --- configure takes care of this.
+
 Tue Feb 28 01:35:14 1995  John Gilmore  (gnu at toad.com)
 
        * com_err.3:  Document "com_err.h" rather than <com_err.h>.
index 78f7db200f779917e964c072c3e90a5ca96c5f47..571ffba5e7d72eb00eaa4926a5ba5f5e277ffed6 100644 (file)
@@ -6,10 +6,6 @@
  */
 
 #ifndef _ET_H
-/* Are we using ANSI C? */
-#ifndef __STDC__
-#define const
-#endif
 extern int errno;
 struct error_table {
     char const * const * msgs;