svn path=/trunk/yasm/; revision=339
/* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
- /* only temporary */
- nasm_parser_debug = 0;
+ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
+ /* nasm_parser_debug = 1; */
nasm_parser_parse();
/* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
- /* only temporary */
- nasm_parser_debug = 0;
+ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
+ /* nasm_parser_debug = 1; */
nasm_parser_parse();
/* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
- /* only temporary */
- nasm_parser_debug = 0;
+ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
+ /* nasm_parser_debug = 1; */
nasm_parser_parse();
/* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
- /* only temporary */
- nasm_parser_debug = 0;
+ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
+ /* nasm_parser_debug = 1; */
nasm_parser_parse();