2007-10-15
2007-10-15 17:55:22 by Martin Stjernholm <mast@lysator.liu.se>
-
5ecead129973a58fa545f8bfdf85fad50cafe471
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Enabled some assembly debug that can be useful.
Rev: src/las.c:1.395
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: las.c,v 1.394 2007/10/11 15:47:44 grubba Exp $
+ || $Id: las.c,v 1.395 2007/10/15 17:55:22 mast Exp $
*/
#include "global.h"
5438: Inside #if defined(PIKE_DEBUG)
if(a_flag > 2)
{
fputs("Coding: ", stderr);
- /*print_tree(n);*/
+ print_tree(n);
}
#endif
if(!Pike_compiler->num_parse_error)