do not define const
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Wed, 30 Aug 2000 18:50:17 +0000 (18:50 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Wed, 30 Aug 2000 18:50:17 +0000 (18:50 +0000)
From-SVN: r36064

gcc/ChangeLog
gcc/fixinc/gnu-regex.c

index 2897519..0413714 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * fixinc/gnu-regex.c: Don't define `const'.
+
 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * expr.c (store_constructor): Allow variable bounds of array type.
index 9f49257..5678499 100644 (file)
 
 # include "auto-host.h"
 
-# if !defined(const) && !defined(HAVE_CONST)
-#  define const
-# endif
-
 # if !defined(volatile) && !defined(HAVE_VOLATILE)
 #  define volatile
 # endif