X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/737816cfdd995222e186dcf9c5106bcfb16e333a..41a0af5d6003337f4ca3b3aed6f5757293bddab5:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 4ec4445db3..785a41d24e 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -23,20 +23,20 @@ void nil_function(void) return; } -void_f_void_t STag_surfxml_platform_description_fun = nil_function; -void_f_void_t ETag_surfxml_platform_description_fun = nil_function; -void_f_void_t STag_surfxml_cpu_fun = nil_function; -void_f_void_t ETag_surfxml_cpu_fun = nil_function; -void_f_void_t STag_surfxml_network_link_fun = nil_function; -void_f_void_t ETag_surfxml_network_link_fun = nil_function; -void_f_void_t STag_surfxml_route_fun = nil_function; -void_f_void_t ETag_surfxml_route_fun = nil_function; -void_f_void_t STag_surfxml_route_element_fun = nil_function; -void_f_void_t ETag_surfxml_route_element_fun = nil_function; -void_f_void_t STag_surfxml_process_fun = nil_function; -void_f_void_t ETag_surfxml_process_fun = nil_function; -void_f_void_t STag_surfxml_argument_fun = nil_function; -void_f_void_t ETag_surfxml_argument_fun = nil_function; +void_f_void_t *STag_surfxml_platform_description_fun = nil_function; +void_f_void_t *ETag_surfxml_platform_description_fun = nil_function; +void_f_void_t *STag_surfxml_cpu_fun = nil_function; +void_f_void_t *ETag_surfxml_cpu_fun = nil_function; +void_f_void_t *STag_surfxml_network_link_fun = nil_function; +void_f_void_t *ETag_surfxml_network_link_fun = nil_function; +void_f_void_t *STag_surfxml_route_fun = nil_function; +void_f_void_t *ETag_surfxml_route_fun = nil_function; +void_f_void_t *STag_surfxml_route_element_fun = nil_function; +void_f_void_t *ETag_surfxml_route_element_fun = nil_function; +void_f_void_t *STag_surfxml_process_fun = nil_function; +void_f_void_t *ETag_surfxml_process_fun = nil_function; +void_f_void_t *STag_surfxml_argument_fun = nil_function; +void_f_void_t *ETag_surfxml_argument_fun = nil_function; YY_BUFFER_STATE surf_input_buffer; FILE *surf_file_to_parse; @@ -202,7 +202,7 @@ static int _surf_parse(void) return surf_parse_lex(); } -int_f_void_t surf_parse = _surf_parse; +int_f_void_t *surf_parse = _surf_parse; void surf_parse_get_double(double *value,const char *string) {