2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Fri, 21 Jun 2002 14:32:10 +0000 (14:32 +0000)
committerPierre Muller <muller@sourceware.org>
Fri, 21 Jun 2002 14:32:10 +0000 (14:32 +0000)
commitf461f5cf7932cc292cafd659b4bc101967f96dee
tree70e73ce75d2927180bd2f3555f7478a75d74d4ce
parent19d833a2fa6c344238385c4edadb3ffdb9c71509
2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>

* parse.c (parse_fprintf): New function used to avoid calls to
fprintf in bison parser generated debug code.
* parser-defs.h: Declaration of new parse_fprintf function.
* ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
Set YYDEBUG to 1 by default.
Set YYFPRINTF as parse_fprintf.
gdb/ChangeLog
gdb/ada-exp.y
gdb/c-exp.y
gdb/f-exp.y
gdb/jv-exp.y
gdb/m2-exp.y
gdb/p-exp.y
gdb/parse.c
gdb/parser-defs.h
This page took 0.024873 seconds and 4 git commands to generate.