summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2011-01-28 14:19:41 +0000
committerJohn van Groningen2011-01-28 14:19:41 +0000
commitf49621f6e98a0cbf3411079ff338879b67fd2204 (patch)
tree95ab50c011a2a4165843fd243a94c264608f3b37
parentremove GEN_MAC_OBJ (diff)
remove GEN_MAC_OBJ
-rw-r--r--cgcode.c3
1 files changed, 1 insertions, 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);