mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/bison.simple (yydebug): Fix the comment.
From Bruce Lilly.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-02-25 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/bison.simple (yydebug): Fix the comment.
|
||||||
|
From Bruce Lilly.
|
||||||
|
|
||||||
2002-02-21 Guerrero, Juan Manuel <st001906@hrz1.hrz.tu-darmstadt.de>
|
2002-02-21 Guerrero, Juan Manuel <st001906@hrz1.hrz.tu-darmstadt.de>
|
||||||
|
|
||||||
* src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR.
|
* src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR.
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -7,6 +7,7 @@ Albert Chin-A-Young china@thewrittenword.com
|
|||||||
Alexander Belopolsky alexb@rentec.com
|
Alexander Belopolsky alexb@rentec.com
|
||||||
Andreas Schwab schwab@suse.de
|
Andreas Schwab schwab@suse.de
|
||||||
Arnold Robbins arnold@skeeve.com
|
Arnold Robbins arnold@skeeve.com
|
||||||
|
Bruce Lilly blilly@erols.com
|
||||||
Cris van Pelt cris@amf03054.office.wxs.nl
|
Cris van Pelt cris@amf03054.office.wxs.nl
|
||||||
Daniel Hagerty hag@gnu.org
|
Daniel Hagerty hag@gnu.org
|
||||||
David J. MacKenzie djm@gnu.org
|
David J. MacKenzie djm@gnu.org
|
||||||
|
|||||||
@@ -209,10 +209,8 @@ do { \
|
|||||||
if (yydebug) \
|
if (yydebug) \
|
||||||
YYFPRINTF Args; \
|
YYFPRINTF Args; \
|
||||||
} while (0)
|
} while (0)
|
||||||
/* Nonzero means print parse trace. [The following comment makes no
|
/* Nonzero means print parse trace. It is left uninitialized so that
|
||||||
sense to me. Could someone clarify it? --akim] Since this is
|
multiple parsers can coexist. */
|
||||||
uninitialized, it does not stop multiple parsers from coexisting.
|
|
||||||
*/
|
|
||||||
int yydebug;
|
int yydebug;
|
||||||
#else /* !YYDEBUG */
|
#else /* !YYDEBUG */
|
||||||
# define YYDPRINTF(Args)
|
# define YYDPRINTF(Args)
|
||||||
|
|||||||
Reference in New Issue
Block a user