Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
diff --git a/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h b/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
index 52586f0152160ead9c1e46bc1e1b0d9baaaaecda..0453033f3d2c85e90a395fa2737cce3c044aa867 100644
--- a/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
+++ b/gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
@@ -1,11 +1,4 @@
/* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */
-#include <objc/objc.h>
-#include <objc/Object.h>
-
-#ifdef __NEXT_RUNTIME__
-#define objc_get_class(C) objc_getClass(C)
-#define class_create_instance(C) class_createInstance(C, 0)
-#endif
/* Test loading unclaimed categories - categories of a class defined
separately from the class itself. */
« no previous file with comments | « gcc/gcc/testsuite/objc.dg/special/special.exp ('k') | gcc/gcc/testsuite/objc.dg/special/unclaimed-category-1a.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698