main.cc
changeset 202 da1a8186f86f
parent 186 f0a41f731cea
child 261 db2ad6541d92
--- a/main.cc	Thu Jul 02 11:26:25 2009 +0100
+++ b/main.cc	Thu Aug 27 16:06:46 2009 +0100
@@ -81,7 +81,7 @@
 #include "stage1_2/stage1_2.hh"
 #include "absyntax_utils/absyntax_utils.hh"
 
-//int stage3(symbol_c *tree_root);
+int stage3(symbol_c *tree_root);
 int stage4(symbol_c *tree_root, const char *builddir);
 
 
@@ -172,11 +172,12 @@
 
   /* 2nd Pass */
   absyntax_utils_init(tree_root);
+  add_en_eno_param_decl_c::add_to(tree_root);
+
   /* not yet implemented... */
-  /*
   if (stage3(tree_root) < 0)
     return EXIT_FAILURE;
-  */
+  
 
   /* 3rd Pass */
   if (stage4(tree_root, builddir) < 0)