Commit aef9fbbf by J. David Anglin Committed by Bruce Korb

do not define const

From-SVN: r36064
parent 9953d23b
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment