From: Theodore Tso Date: Tue, 28 Feb 1995 18:38:13 +0000 (+0000) Subject: Remove #ifdef STDC check to see if we should use const --- configure X-Git-Tag: krb5-1.0-beta5~635 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c77abe01863d9216336f63aae6c8978fa00b5534;p=krb5.git Remove #ifdef STDC check to see if we should use const --- configure takes care of this. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5035 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 7763e7057..cfd8d5897 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 28 13:23:58 1995 Theodore Y. Ts'o + + * 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 . diff --git a/src/util/et/error_table.h b/src/util/et/error_table.h index 78f7db200..571ffba5e 100644 --- a/src/util/et/error_table.h +++ b/src/util/et/error_table.h @@ -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;