From: Ezra Peisach Date: Thu, 12 Apr 2001 16:03:36 +0000 (+0000) Subject: * f_tables.h: Do not define const to nothing on platforms that X-Git-Tag: krb5-1.3-alpha1~1572 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c3bdb494ee46d6758cb3037373d2ca1d3ef0adb;p=krb5.git * f_tables.h: Do not define const to nothing on platforms that fail to define __STDC__ - let autoconf do this if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13174 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog index dc89e2c82..6a0926ef3 100644 --- a/src/lib/crypto/des/ChangeLog +++ b/src/lib/crypto/des/ChangeLog @@ -1,3 +1,8 @@ +2001-04-12 Ezra Peisach + + * f_tables.h: Do not define const to nothing on platforms that + fail to define __STDC__ - let autoconf do this if necessary. + 2001-04-10 Ken Raeburn * t_afss2k.c (do_it): Add cast to keep compiler quiet. diff --git a/src/lib/crypto/des/f_tables.h b/src/lib/crypto/des/f_tables.h index bbc0ccfef..a8b477d4d 100644 --- a/src/lib/crypto/des/f_tables.h +++ b/src/lib/crypto/des/f_tables.h @@ -14,12 +14,6 @@ #ifndef __DES_TABLES_H__ #define __DES_TABLES_H__ /* nothing */ -#ifndef const -#if !defined(__STDC__) && !defined(_MSDOS) && !defined(_WIN32) -#define const /* nothing */ -#endif -#endif - /* * These may be declared const if you wish. Be sure to change the * declarations in des_tables.c as well.