diff -r 92d40d2a7adc -r e6c34ee82954 stage3/datatype_functions.hh --- a/stage3/datatype_functions.hh Thu Feb 16 12:59:02 2012 +0000 +++ b/stage3/datatype_functions.hh Thu Feb 16 14:18:23 2012 +0100 @@ -139,7 +139,7 @@ /* Search for a datatype inside a candidate_datatypes list. * Returns: position of datatype in the list, or -1 if not found. */ -int search_in_datatype_list(symbol_c *datatype, std::vector candidate_datatypes); +int search_in_candidate_datatype_list(symbol_c *datatype, std::vector candidate_datatypes); /* Copy the elements in the candidate_datatype_list in one symbol (from) * into the candidate_datatype_list of another symbol (to)