summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 11:48:46 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 11:48:46 +0200
commitca17649dab6d0d1ed49a3e072827e8324629aa64 (patch)
tree4b6cd04a660f44e11aa6089a02df7ab925c60eaf /util.h
parent0f383318a079bd0c7bb23c909f30771b1c20b29c (diff)
Reader: Add support for dispatching macro characters.
Diffstat (limited to 'util.h')
-rw-r--r--util.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/util.h b/util.h
index 092b586..0a93aaf 100644
--- a/util.h
+++ b/util.h
@@ -1,6 +1,7 @@
-#include "runtime-compatibility.h"
-#include <Foundation/NSException.h>
-#include <Foundation/NSNull.h>
+#import "runtime-compatibility.h"
+#import <Foundation/NSException.h>
+#import <Foundation/NSNull.h>
+#import "MLKSymbol.h"
#define DEFINE_GMP_OPERATION(SIGNATURE, TYPE, GMPOP, RETTYPE, OBJTYPE, CONSTRUCTOR) \
-(RETTYPE *) SIGNATURE \