do not define const

From-SVN: r36064
This commit is contained in:
J. David Anglin 2000-08-30 18:50:17 +00:00 committed by Bruce Korb
parent 9953d23bb4
commit aef9fbbf89
2 changed files with 4 additions and 4 deletions

View 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.

View File

@ -87,10 +87,6 @@
# include "auto-host.h"
# if !defined(const) && !defined(HAVE_CONST)
# define const
# endif
# if !defined(volatile) && !defined(HAVE_VOLATILE)
# define volatile
# endif