From 4468a45f58c74da24c171a8002fcda1e21a06b62 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 3 Oct 2003 12:24:49 +0000 Subject: add #define FUNCTION_LEVEL_LINKING --- cgcode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgcode.h') 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)); \ -- cgit v1.2.3