* ANTLRCommon.h: Include GNUstep.h if GNUSTEP is not defined for
       OS X.
       * ANTLRBitSet.m; Update include syntax.

Commited.

Cheers,
David

Index: ANTLRBitSet.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsantlr/ANTLRBitSet.m,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ANTLRBitSet.m
--- ANTLRBitSet.m       22 Jan 2000 12:49:50 -0000      1.1.1.1
+++ ANTLRBitSet.m       11 Jul 2003 19:31:42 -0000
@@ -34,8 +34,8 @@
                you developed it using ANTLR."
 */
 
-#include <gsantlr/ANTLRCommon.h>
-#include <gsantlr/ANTLRBitSet.h>
+#include "gsantlr/ANTLRCommon.h"
+#include "gsantlr/ANTLRBitSet.h"
 
 #define ANTLRStorageSize   sizeof(ANTLRBitSetStorage)
 #define ANTLRBitsPerEntry  (ANTLRStorageSize * 8)
Index: ANTLRCommon.h
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsantlr/ANTLRCommon.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ANTLRCommon.h
--- ANTLRCommon.h       22 Jan 2000 12:49:50 -0000      1.1.1.1
+++ ANTLRCommon.h       11 Jul 2003 19:31:42 -0000
@@ -45,6 +45,10 @@
        #define ANTLR_GC 0
 #endif
 
+#ifndef GNUSTEP
+#include <gnustep/base/GNUstep.h>
+#endif
+
 //defines for memory management
 
 #define ANTLR_DESTROY(obj)                     DESTROY(obj)

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to