takes care of this.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5035
dc483132-0cff-0310-8789-
dd5450dbe970
+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>.
*/
#ifndef _ET_H
-/* Are we using ANSI C? */
-#ifndef __STDC__
-#define const
-#endif
extern int errno;
struct error_table {
char const * const * msgs;