stage1_2/iec_bison.yy
changeset 971 8aee27d46208
parent 963 e3d4dca7520b
child 980 9ed5aff159db
--- a/stage1_2/iec_bison.yy	Fri Dec 26 09:39:18 2014 +0000
+++ b/stage1_2/iec_bison.yy	Fri Dec 26 09:57:02 2014 +0000
@@ -8712,8 +8712,8 @@
 
   /* if by any chance the library is not complete, we now add the missing reserved keywords to the list!!!  */
   for(int i = 0; standard_function_block_names[i] != NULL; i++)
-    if (library_element_symtable.find_value(standard_function_block_names[i]) ==
-        library_element_symtable.end_value())
+    if (library_element_symtable.find(standard_function_block_names[i]) ==
+        library_element_symtable.end())
       library_element_symtable.insert(standard_function_block_names[i], standard_function_block_name_token);
 
   /* now parse the input file... */