stage3/stage3.hh
changeset 746 c7219a37cc39
parent 443 ff4d26b7e51d
child 959 8bfcc8e62bd6
equal deleted inserted replaced
745:26cb3fa00d29 746:c7219a37cc39
    28  * Based on the
    28  * Based on the
    29  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    29  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    30  *
    30  *
    31  */
    31  */
    32 
    32 
       
    33 #ifndef _STAGE3_HH
       
    34 #define _STAGE3_HH
    33 
    35 
    34 #include "../util/symtable.hh"
    36 #include "../util/symtable.hh"
    35 
    37 
    36 
    38 
    37 int stage3(symbol_c *tree_root);
    39 int stage3(symbol_c *tree_root);
    38 
    40 
       
    41 #endif /* _STAGE3_HH */