stage4/stage4.hh
changeset 522 f9cff11ae622
parent 397 85151b2f35ca
child 580 b6350d9f204d
equal deleted inserted replaced
521:3127ddda2be2 522:f9cff11ae622
    36  * by each specific version of the 4th stage.
    36  * by each specific version of the 4th stage.
    37  */
    37  */
    38 
    38 
    39 
    39 
    40 #include "../absyntax/absyntax.hh"
    40 #include "../absyntax/absyntax.hh"
       
    41 
       
    42 
       
    43 void stage4err(const char *stage4_generator_id, symbol_c *symbol1, symbol_c *symbol2, const char *errmsg, ...);
       
    44 
    41 
    45 
    42 class stage4out_c {
    46 class stage4out_c {
    43   public:
    47   public:
    44     std::string indent_level;
    48     std::string indent_level;
    45     std::string indent_spaces;
    49     std::string indent_spaces;