From f49621f6e98a0cbf3411079ff338879b67fd2204 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 28 Jan 2011 14:19:41 +0000 Subject: remove GEN_MAC_OBJ --- cgcode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cgcode.c b/cgcode.c index f1c547e..b1a6af6 100644 --- a/cgcode.c +++ b/cgcode.c @@ -8988,12 +8988,11 @@ void code_descn (char label_name[],char node_entry_label_name[],int arity,int la #ifdef GEN_OBJ store_2_words_in_data_section (arity,0<<3); -# endif +#endif if (assembly_flag){ w_as_word_in_data_section (arity); w_as_word_in_data_section (0<<3); } -#endif #ifdef NEW_DESCRIPTORS code_new_descriptor (0/*arity*/,lazy_record_flag); -- cgit v1.2.3