diff options
Diffstat (limited to 'cgcode.h')
-rw-r--r-- | cgcode.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)); \ |