summaryrefslogtreecommitdiff
path: root/Objective-C/PyObjC/objc-runtime-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/PyObjC/objc-runtime-compat.h')
-rw-r--r--Objective-C/PyObjC/objc-runtime-compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Objective-C/PyObjC/objc-runtime-compat.h b/Objective-C/PyObjC/objc-runtime-compat.h
index 3823f1f..39c697e 100644
--- a/Objective-C/PyObjC/objc-runtime-compat.h
+++ b/Objective-C/PyObjC/objc-runtime-compat.h
@@ -1,3 +1,6 @@
+/* This file is part of the PyObjC package. */
+#ifdef __NEXT_RUNTIME__
+
#ifndef PyObjC_RUNTIME_COMPAT
#define PyObjC_RUNTIME_COMPAT
/*
@@ -196,3 +199,4 @@ extern size_t PyObjC_methodlist_magic(Class cls);
#endif /* PyObjC_RUNTIME_COMPAT */
+#endif /* __NEXT_RUNTIME__ */