stage4/stage4.hh
changeset 746 c7219a37cc39
parent 594 c8092e909886
child 878 89eb85bab58f
equal deleted inserted replaced
745:26cb3fa00d29 746:c7219a37cc39
    34 /*
    34 /*
    35  * This file contains the code that stores the output generated
    35  * This file contains the code that stores the output generated
    36  * by each specific version of the 4th stage.
    36  * by each specific version of the 4th stage.
    37  */
    37  */
    38 
    38 
       
    39 #ifndef _STAGE4_HH
       
    40 #define _STAGE4_HH
    39 
    41 
    40 #include "../absyntax/absyntax.hh"
    42 #include "../absyntax/absyntax.hh"
    41 
    43 
    42 
    44 
    43 void stage4err(const char *stage4_generator_id, symbol_c *symbol1, symbol_c *symbol2, const char *errmsg, ...);
    45 void stage4err(const char *stage4_generator_id, symbol_c *symbol1, symbol_c *symbol2, const char *errmsg, ...);
    98 
   100 
    99 };
   101 };
   100 
   102 
   101 
   103 
   102 
   104 
       
   105 int stage4(symbol_c *tree_root, const char *builddir);
   103 
   106 
   104 
   107 #endif /* _STAGE4_HH */
   105 int stage4(symbol_c *tree_root);