From aa6481bf3365018cac3a2dac88b80a4c0440b289 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 23 Jul 2013 12:52:36 +0000 Subject: remove incorrect prototype for store_label_offset_in_data_section --- cgaas.h | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3