* Source/RIGSCore.m: Remove reference to private header.
Commited.
I haven't tested this, do to the lack of ruby, but it seems rather obvious.
Cheers, David.
? ruby.patch
Index: Source/RIGSCore.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/ruby/Source/RIGSCore.m,v
retrieving revision 1.8
diff -u -r1.8 RIGSCore.m
--- Source/RIGSCore.m 30 May 2003 04:02:36 -0000 1.8
+++ Source/RIGSCore.m 31 Jul 2003 05:11:12 -0000
@@ -38,7 +38,10 @@
#ifdef GNUSTEP
#include <objc/encoding.h>
-#include <mframe.h> // For the definition of the ROUND macro
+
+#define ROUND(V, A) \
+ ({ typeof(V) __v=(V); typeof(A) __a=(A); \
+ __a*((__v+__a-1)/__a); })
#endif
/* Do not include the whole <Foundation/Foundation.h> to avoid
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
