mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/yacc.c: Guard the declaration of yytoknum also with
`#ifdef YYPRINT', so it is declared only when used.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-09-04 Jim Meyering <jim@meyering.net>
|
||||||
|
|
||||||
|
* data/yacc.c: Guard the declaration of yytoknum also with
|
||||||
|
`#ifdef YYPRINT', so it is declared only when used.
|
||||||
|
|
||||||
2002-09-04 Akim Demaille <akim@epita.fr>
|
2002-09-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* configure.in: Rename as...
|
* configure.in: Rename as...
|
||||||
|
|||||||
2
THANKS
2
THANKS
@@ -21,7 +21,7 @@ Florian Krohm florian@edamail.fishkill.ibm.com
|
|||||||
H. Merijn Brand h.m.brand@hccnet.nl
|
H. Merijn Brand h.m.brand@hccnet.nl
|
||||||
Hans Aberg haberg@matematik.su.se
|
Hans Aberg haberg@matematik.su.se
|
||||||
Jesse Thilo jthilo@gnu.org
|
Jesse Thilo jthilo@gnu.org
|
||||||
Jim Meyering meyering@gnu.org
|
Jim Meyering jim@meyering.net
|
||||||
Juan Manuel Guerrero ST001906@HRZ1.HRZ.TU-Darmstadt.De
|
Juan Manuel Guerrero ST001906@HRZ1.HRZ.TU-Darmstadt.De
|
||||||
Kees Zeelenberg kzlg@users.sourceforge.net
|
Kees Zeelenberg kzlg@users.sourceforge.net
|
||||||
Keith Browne kbrowne@legato.com
|
Keith Browne kbrowne@legato.com
|
||||||
|
|||||||
@@ -358,12 +358,14 @@ static const char *const yytname[[]] =
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
# ifdef YYPRINT
|
||||||
/* YYTOKNUM[[YYLEX-NUM]] -- Internal token number corresponding to
|
/* YYTOKNUM[[YYLEX-NUM]] -- Internal token number corresponding to
|
||||||
token YYLEX-NUM. */
|
token YYLEX-NUM. */
|
||||||
static const b4_int_type_for([b4_toknum]) yytoknum[[]] =
|
static const b4_int_type_for([b4_toknum]) yytoknum[[]] =
|
||||||
{
|
{
|
||||||
b4_toknum
|
b4_toknum
|
||||||
};
|
};
|
||||||
|
# endif
|
||||||
|
|
||||||
/* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives. */
|
/* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives. */
|
||||||
static const b4_int_type_for([b4_r1]) yyr1[[]] =
|
static const b4_int_type_for([b4_r1]) yyr1[[]] =
|
||||||
|
|||||||
Reference in New Issue
Block a user