summaryrefslogtreecommitdiff
path: root/cgcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgcode.h')
-rw-r--r--cgcode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgcode.h b/cgcode.h
index 7b329e8..09f8685 100644
--- a/cgcode.h
+++ b/cgcode.h
@@ -1,4 +1,8 @@
+#if defined (G_POWER) || defined (_WINDOWS_) || defined (LINUX_ELF)
+# define FUNCTION_LEVEL_LINKING
+#endif
+
#define g_fhighlow(gh,gl,gf) \
(gh)=g_instruction_2 (GFHIGH,(gf),NULL); \
(gl)=g_instruction_2 (GFLOW,(gf),(gh)); \