summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgaas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgaas.h b/cgaas.h
index d9631fc..e2077c2 100644
--- a/cgaas.h
+++ b/cgaas.h
@@ -7,6 +7,9 @@ void store_word_in_data_section (UWORD i);
void store_long_word_in_data_section (ULONG i);
void define_data_label (LABEL *label);
void store_label_in_data_section (LABEL *label);
+#if defined (MACH_O64) || defined (LINUX)
+void store_label_offset_in_data_section (LABEL *label);
+#endif
void store_label_offset_in_data_section (int label_id);
void store_descriptor_in_data_section (LABEL *label);
void store_descriptor_in_code_section (int label_id);