Revision: 127060
Author:   dpatel
Date:     2007-05-08 16:23:00 -0700 (Tue, 08 May 2007)

Log Message:
-----------
Add missing undefs. Patch by Reid.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/c-common.c

Modified: apple-local/branches/llvm/gcc/c-common.c
===================================================================
--- apple-local/branches/llvm/gcc/c-common.c    2007-05-08 21:48:47 UTC (rev 
127059)
+++ apple-local/branches/llvm/gcc/c-common.c    2007-05-08 23:23:00 UTC (rev 
127060)
@@ -3545,6 +3545,8 @@
 #undef DEF_FUNCTION_TYPE_2
 #undef DEF_FUNCTION_TYPE_3
 #undef DEF_FUNCTION_TYPE_4
+#undef DEF_FUNCTION_TYPE_5
+#undef DEF_FUNCTION_TYPE_6
 #undef DEF_FUNCTION_TYPE_VAR_0
 #undef DEF_FUNCTION_TYPE_VAR_1
 #undef DEF_FUNCTION_TYPE_VAR_2


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

Reply via email to