aboutsummaryrefslogtreecommitdiff
path: root/gcc/main.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-10-20 11:24:36 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-10-20 07:24:36 -0400
commit107c13a132d91e9e229994cc6cd23d1615f1e6df (patch)
treeb5fcca3bcfe2b0a20b677bdf0d8573d81fe331d1 /gcc/main.c
parentdf4e780e4b3d4123c46474ec4874b06f7b4a4451 (diff)
downloadgcc-107c13a132d91e9e229994cc6cd23d1615f1e6df.zip
gcc-107c13a132d91e9e229994cc6cd23d1615f1e6df.tar.gz
gcc-107c13a132d91e9e229994cc6cd23d1615f1e6df.tar.bz2
toplev.h (struct lang_hooks): HONOR_READONLY now bool.
* toplev.h (struct lang_hooks): HONOR_READONLY now bool. * main.c: Include config.h and system.h, but not ansidecl.h. * Makefile.in (main.o): Update accordingly. From-SVN: r46376
Diffstat (limited to 'gcc/main.c')
-rw-r--r--gcc/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/main.c b/gcc/main.c
index 1513712d..49418bd 100644
--- a/gcc/main.c
+++ b/gcc/main.c
@@ -17,7 +17,8 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "ansidecl.h"
+#include "config.h"
+#include "system.h"
#include "toplev.h"
int main PARAMS ((int argc, char **argv));