stage3/datatype_functions.hh
changeset 445 e6c34ee82954
parent 443 ff4d26b7e51d
child 457 67d8b07bac22
--- 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 <symbol_c *> candidate_datatypes);
+int search_in_candidate_datatype_list(symbol_c *datatype, std::vector <symbol_c *> candidate_datatypes);
 
 /* Copy the elements in the candidate_datatype_list in one symbol (from)
  * into the candidate_datatype_list of another symbol (to)