Don't set nasm_parser_debug (as we'll soon not define YYDEBUG in bison.y.in).

svn path=/trunk/yasm/; revision=339
0.3
Peter Johnson 24 years ago
parent 29f7d9a917
commit c7e3ad29e9
  1. 4
      modules/parsers/nasm/nasm-parser.c
  2. 4
      modules/parsers/nasm/parser.c
  3. 4
      src/parsers/nasm/nasm-parser.c
  4. 4
      src/parsers/nasm/parser.c

@ -56,8 +56,8 @@ nasm_parser_do_parse(parser *p, objfmt *of, FILE *f)
/* Initialize section list */ /* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of); nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
/* only temporary */ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
nasm_parser_debug = 0; /* nasm_parser_debug = 1; */
nasm_parser_parse(); nasm_parser_parse();

@ -56,8 +56,8 @@ nasm_parser_do_parse(parser *p, objfmt *of, FILE *f)
/* Initialize section list */ /* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of); nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
/* only temporary */ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
nasm_parser_debug = 0; /* nasm_parser_debug = 1; */
nasm_parser_parse(); nasm_parser_parse();

@ -56,8 +56,8 @@ nasm_parser_do_parse(parser *p, objfmt *of, FILE *f)
/* Initialize section list */ /* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of); nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
/* only temporary */ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
nasm_parser_debug = 0; /* nasm_parser_debug = 1; */
nasm_parser_parse(); nasm_parser_parse();

@ -56,8 +56,8 @@ nasm_parser_do_parse(parser *p, objfmt *of, FILE *f)
/* Initialize section list */ /* Initialize section list */
nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of); nasm_parser_cur_section = sections_initialize(&nasm_parser_sections, of);
/* only temporary */ /* yacc debugging, needs YYDEBUG set in bison.y.in to work */
nasm_parser_debug = 0; /* nasm_parser_debug = 1; */
nasm_parser_parse(); nasm_parser_parse();

Loading…
Cancel
Save