39b07f0c64
This directory contains the GNU Compiler Collection (GCC) version 2.95. It includes all of the support for compiling C, C++, Objective C, Fortran, Java, and Chill. The GNU Compiler Collection is free software. See the file COPYING for copying permission. See the file gcc.texi (together with other files that it includes) for installation and porting information. The file INSTALL contains a copy of the installation information, as plain ASCII. See the Bugs chapter of the GCC Manual for how to report bugs usefully. An online readable version of the manual is in the files gcc.info*.
13 lines
389 B
Text
13 lines
389 B
Text
$NetBSD: patch-ak,v 1.1 2015/04/25 10:32:07 wiz Exp $
|
|
|
|
--- gcc/ch/decl.c.orig 2010-10-12 22:41:57.000000000 +0000
|
|
+++ gcc/ch/decl.c
|
|
@@ -4446,7 +4446,7 @@ complete_array_type (type, initial_value
|
|
|
|
tree
|
|
start_struct (code, name)
|
|
- enum chill_tree_code code;
|
|
+ enum tree_code code;
|
|
tree name ATTRIBUTE_UNUSED;
|
|
{
|
|
/* If there is already a tag defined at this binding level
|