---
 Source/GSPrivate.h   | 7 +++++++
 Source/GSShellSort.m | 4 ----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Source/GSPrivate.h b/Source/GSPrivate.h
index 46b1c4a..1e04fc0 100644
--- a/Source/GSPrivate.h
+++ b/Source/GSPrivate.h
@@ -543,5 +543,12 @@ GSPrivateIsCollectable(const void *ptr) GS_ATTRIB_PRIVATE;
 NSZone*
 GSAtomicMallocZone (void);
 
+/* Implementation of ShellSort for GNUStep
+ */
+#if GS_USE_SHELLSORT
+@interface GSShellSortPlaceHolder : NSObject
+@end
+#endif /* GS_USE_SHELLSORT */
+
 #endif /* _GSPrivate_h_ */
 
diff --git a/Source/GSShellSort.m b/Source/GSShellSort.m
index 2e523fa..272f7a4 100644
--- a/Source/GSShellSort.m
+++ b/Source/GSShellSort.m
@@ -113,10 +113,6 @@ _GSShellSort(id *objects,
 }
 
 
-@interface GSShellSortPlaceHolder : NSObject
-
-@end
-
 @implementation GSShellSortPlaceHolder
 + (void) load
 {
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to