stage1_2/iec_bison.yy
changeset 971 8aee27d46208
parent 963 e3d4dca7520b
child 980 9ed5aff159db
equal deleted inserted replaced
970:0ede7ca157e2 971:8aee27d46208
  8710     return -2;
  8710     return -2;
  8711   }
  8711   }
  8712 
  8712 
  8713   /* if by any chance the library is not complete, we now add the missing reserved keywords to the list!!!  */
  8713   /* if by any chance the library is not complete, we now add the missing reserved keywords to the list!!!  */
  8714   for(int i = 0; standard_function_block_names[i] != NULL; i++)
  8714   for(int i = 0; standard_function_block_names[i] != NULL; i++)
  8715     if (library_element_symtable.find_value(standard_function_block_names[i]) ==
  8715     if (library_element_symtable.find(standard_function_block_names[i]) ==
  8716         library_element_symtable.end_value())
  8716         library_element_symtable.end())
  8717       library_element_symtable.insert(standard_function_block_names[i], standard_function_block_name_token);
  8717       library_element_symtable.insert(standard_function_block_names[i], standard_function_block_name_token);
  8718 
  8718 
  8719   /* now parse the input file... */
  8719   /* now parse the input file... */
  8720   #if YYDEBUG
  8720   #if YYDEBUG
  8721     yydebug = 1;
  8721     yydebug = 1;