This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Temporary hack patch to c-decl.c



Index: c-decl.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/c-decl.c,v
retrieving revision 1.124
diff -u -r1.124 c-decl.c
--- c-decl.c    2000/06/28 23:46:27     1.124
+++ c-decl.c    2000/06/29 15:29:05
@@ -5187,7 +5187,7 @@
 /* Fill in the fields of a RECORD_TYPE or UNION_TYPE node, T.
    FIELDLIST is a chain of FIELD_DECL nodes for the fields.
    ATTRIBUTES are attributes to be applied to the structure.  */
-
+#define _(s) s
 tree
 finish_struct (t, fieldlist, attributes)
      tree t;
@@ -5463,7 +5463,7 @@

   return t;
 }
-
+#undef _
 /* Lay out the type T, and its element type, and so on.  */

 static void

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]