The recent merge of new bits into the objc front-end broke building with old versions of bison, for example the one included with Mac OS 10.4. This fixes it:

Index: c-parse.in
===================================================================
--- c-parse.in  (revision 122351)
+++ c-parse.in  (working copy)
@@ -3160,7 +3160,7 @@
        /* APPLE LOCAL C* property (Radar 4436866) (in 4.2 x) */
        | property_declaration
        /* APPLE LOCAL objc new property */
-       | property_implementation
+       | property_implementation {}
        | AT_END
                {
                  objc_finish_implementation ();

Applied.

-Chris
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to