From 4a0fa53885a7ea13283c4007c157b404b556dc5f Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 3 Oct 2003 12:30:11 +0000 Subject: generate more data modules if FUNCTION_LEVEL_LINKING macro is defined --- cginstructions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cginstructions.c') diff --git a/cginstructions.c b/cginstructions.c index 0685089..d5bf7a6 100644 --- a/cginstructions.c +++ b/cginstructions.c @@ -938,7 +938,7 @@ LABEL *w_code_string (char *string,int length) if (assembly_flag) w_as_new_module (0); #endif -#if defined (G_POWER) || defined (_WINDOWS_) +#ifdef FUNCTION_LEVEL_LINKING as_new_data_module(); if (assembly_flag) w_as_new_data_module(); @@ -982,7 +982,7 @@ LABEL *w_code_descriptor_length_and_string (char *string,int length) if (assembly_flag) w_as_new_module (4); #endif -#if defined (G_POWER) || defined (_WINDOWS_) +#ifdef FUNCTION_LEVEL_LINKING as_new_data_module(); if (assembly_flag) w_as_new_data_module(); @@ -1034,7 +1034,7 @@ LABEL *w_code_length_and_string (char *string,int length) if (assembly_flag) w_as_new_module (0); #endif -#if defined (G_POWER) || defined (_WINDOWS_) +#ifdef FUNCTION_LEVEL_LINKING as_new_data_module(); if (assembly_flag) w_as_new_data_module(); -- cgit v1.2.3