diff -r 0ede7ca157e2 -r 8aee27d46208 stage1_2/iec_bison.yy --- 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... */