stage1_2/stage1_2.cc
changeset 748 ad4265253528
parent 746 c7219a37cc39
child 756 634f476cb60f
--- a/stage1_2/stage1_2.cc	Mon Nov 19 22:53:43 2012 +0100
+++ b/stage1_2/stage1_2.cc	Tue Nov 20 00:01:57 2012 +0100
@@ -46,7 +46,7 @@
 #include "stage1_2.hh"
 #include "iec_bison.h"
 #include "stage1_2_priv.hh"
-#include "derived_conversion_functions.hh"
+#include "create_enumtype_conversion_functions.hh"
 
 
 
@@ -315,8 +315,8 @@
   int ret = stage2__(filename, options.includedir, tree_root_ref, options.full_token_loc);
 
   if (conversion_functions_) {
-	  derived_conversion_functions_c derived_conversion_functions(*tree_root_ref);
-	  std::string source_code = derived_conversion_functions.get_declaration(*tree_root_ref);
+	  create_enumtype_conversion_functions_c create_enumtype_conversion_functions_c(*tree_root_ref);
+	  std::string source_code = create_enumtype_conversion_functions_c.get_declaration(*tree_root_ref);
 	  ret = sstage2__(source_code.c_str(), tree_root_ref, false);
   }
   return ret;