From c77abe01863d9216336f63aae6c8978fa00b5534 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 28 Feb 1995 18:38:13 +0000 Subject: [PATCH] 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 --- src/util/et/ChangeLog | 5 +++++ src/util/et/error_table.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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; -- 2.26.2