summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-23 12:52:36 +0000
committerJohn van Groningen2013-07-23 12:52:36 +0000
commitaa6481bf3365018cac3a2dac88b80a4c0440b289 (patch)
tree9abefc23ff31150c4511c14bc964e3e40cfaaba8
parentstore offset instead of address of module string, for position independent co... (diff)
remove incorrect prototype for store_label_offset_in_data_section
-rw-r--r--cgaas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgaas.h b/cgaas.h
index e2077c2..b92df25 100644
--- a/cgaas.h
+++ b/cgaas.h
@@ -10,7 +10,6 @@ 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);
void store_c_string_in_data_section (char *string,int length);