stage1_2/iec.y
changeset 41 8998c8b24b60
parent 40 873a5b60a7ea
child 51 d44158420983
equal deleted inserted replaced
40:873a5b60a7ea 41:8998c8b24b60
    68 
    68 
    69 /* Include debuging code.
    69 /* Include debuging code.
    70  * Printing of debug info must then be activated by setting
    70  * Printing of debug info must then be activated by setting
    71  * the variable yydebug to 1.
    71  * the variable yydebug to 1.
    72  */
    72  */
    73 #define YYDEBUG 1
    73 #define YYDEBUG 0
    74 
    74 
    75 
    75 
    76 /* file with declaration of absyntax classes... */
    76 /* file with declaration of absyntax classes... */
    77 #include "../absyntax/absyntax.hh"
    77 #include "../absyntax/absyntax.hh"
    78 
    78