From aa4d7911bce0385f958bb32c149b22e700f996d9 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 28 Jan 2011 13:12:44 +0000 Subject: remove SMALL_LAZY_DESCRIPTORS --- cginstructions.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'cginstructions.c') diff --git a/cginstructions.c b/cginstructions.c index 13d6402..e70a947 100644 --- a/cginstructions.c +++ b/cginstructions.c @@ -12,13 +12,6 @@ #include #include "cgport.h" - -#ifdef THINK_C -# define SMALL_LAZY_DESCRIPTORS 1 -#else -# define SMALL_LAZY_DESCRIPTORS 0 -#endif - #include "cg.h" #include "cgconst.h" #include "cgrconst.h" @@ -6031,19 +6024,8 @@ void code_send_graph (char descriptor_name[],int a_offset_1,int a_offset_2) if (send_graph_label==NULL) send_graph_label=enter_label ("send_graph",IMPORT_LABEL); - -#ifdef SMALL_LAZY_DESCRIPTORS - { - char h_descriptor_name[257]; - - strcpy (h_descriptor_name,descriptor_name); - strcat (h_descriptor_name,"#"); - descriptor_label=enter_label (h_descriptor_name,DATA_LABEL); - } -#else descriptor_label=enter_label (descriptor_name,0); -#endif graph_1=g_lea (descriptor_label); graph_2=s_get_a (a_offset_1); -- cgit v1.2.3