This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [objc-improvements-branch]: FYI: Yet another round of ObjC++ work committed
- From: David Ayers <d dot ayers at inode dot at>
- To: Ziemowit Laski <zlaski at apple dot com>
- Cc: "gcc-patches at gcc dot gnu dot org Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 24 Jun 2004 17:53:48 +0200
- Subject: Re: [objc-improvements-branch]: FYI: Yet another round of ObjC++ work committed
- References: <66570F5C-C54E-11D8-BFDF-000393673036@apple.com> <40DAF66D.50703@inode.at>
David Ayers wrote:
Index: gcc/objc/objc-tree.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/objc/objc-tree.def,v
retrieving revision 1.7.8.1
diff -u -r1.7.8.1 objc-tree.def
--- gcc/objc/objc-tree.def 23 Jul 2003 19:05:54 -0000 1.7.8.1
+++ gcc/objc/objc-tree.def 24 Jun 2004 11:39:53 -0000
@@ -37,3 +37,9 @@
/* Objective-C expressions. */
DEFTREECODE (MESSAGE_SEND_EXPR, "message_send_expr", 'e', 3)
DEFTREECODE (CLASS_REFERENCE_EXPR, "class_reference_expr", 'e', 1)
+
+/*
+L ocal variables:
+m ode:c
+E nd:
+*/
Oops! I forgot to remove those spaces after adding the ChangeLog. It
was confusing my emacs. Could you do that manually for me please? It
should read:
Index: gcc/objc/objc-tree.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/objc/objc-tree.def,v
retrieving revision 1.7.8.1
diff -u -r1.7.8.1 objc-tree.def
--- gcc/objc/objc-tree.def 23 Jul 2003 19:05:54 -0000 1.7.8.1
+++ gcc/objc/objc-tree.def 24 Jun 2004 11:39:53 -0000
@@ -37,3 +37,9 @@
/* Objective-C expressions. */
DEFTREECODE (MESSAGE_SEND_EXPR, "message_send_expr", 'e', 3)
DEFTREECODE (CLASS_REFERENCE_EXPR, "class_reference_expr", 'e', 1)
+
+/*
+Local variables:
+mode:c
+End:
+*/
Cheers,
David Ayers