[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commited/gsantlr] include GNUstep.h
From: |
David Ayers |
Subject: |
[Commited/gsantlr] include GNUstep.h |
Date: |
Fri, 11 Jul 2003 21:33:26 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507 |
* 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commited/gsantlr] include GNUstep.h,
David Ayers <=