diff options
author | John van Groningen | 2013-07-23 12:52:36 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-23 12:52:36 +0000 |
commit | aa6481bf3365018cac3a2dac88b80a4c0440b289 (patch) | |
tree | 9abefc23ff31150c4511c14bc964e3e40cfaaba8 | |
parent | store 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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |