summaryrefslogtreecommitdiff
path: root/rts/linker/SymbolExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/SymbolExtras.h')
-rw-r--r--rts/linker/SymbolExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/linker/SymbolExtras.h b/rts/linker/SymbolExtras.h
index 5e2a6d0208..25cb022ab0 100644
--- a/rts/linker/SymbolExtras.h
+++ b/rts/linker/SymbolExtras.h
@@ -6,7 +6,7 @@
#include "BeginPrivate.h"
-#if NEED_SYMBOL_EXTRAS
+#if defined(NEED_SYMBOL_EXTRAS)
int ocAllocateSymbolExtras( ObjectCode* oc, int count, int first );