--ref_id
[henge/apc.git] / src / lexer_fsm.rl
index d8db2b4..36a72ab 100644 (file)
@@ -86,10 +86,6 @@ int lexer_setstr(uint8_t*, int);
                           yylval.val = 7;
                          lexer_pushtok(D, yylval);
                         }
-  action push_height    { printf("Lexer_lexstring:: action:push_height p = %s\n", p);
-                        }
-  action push_width     { printf("Lexer_lexstring:: action:push_height p = %s\n", p);
-                        }
   #action lex_error      { printf("input error: character %c in filename %s is invalid\n p = %s\n", fc, str, p);}
   action p              { printf("Lexer_lexstring:: p = %s\n", p);}