diff options
author | John van Groningen | 2011-01-28 14:19:41 +0000 |
---|---|---|
committer | John van Groningen | 2011-01-28 14:19:41 +0000 |
commit | f49621f6e98a0cbf3411079ff338879b67fd2204 (patch) | |
tree | 95ab50c011a2a4165843fd243a94c264608f3b37 | |
parent | remove GEN_MAC_OBJ (diff) |
remove GEN_MAC_OBJ
-rw-r--r-- | cgcode.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |