This commit is contained in:
Akim Demaille
2019-07-07 14:03:37 +02:00
parent 40a8dddde1
commit 5d3468e0d1
2 changed files with 106 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.4. */
/* A Bison parser, made by GNU Bison 3.4.1.45-9bde-dirty. */
/* Bison implementation for Yacc-like parsers in C
@@ -48,7 +48,7 @@
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "3.4"
#define YYBISON_VERSION "3.4.1.45-9bde-dirty"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -957,7 +957,7 @@ tron (yyo);
break;
case 57: /* "%param" */
{
{
switch (((*yyvaluep).PERCENT_PARAM))
{
#define CASE(In, Out) \
@@ -1036,7 +1036,7 @@ tron (yyo);
break;
case 95: /* value */
{
{
switch (((*yyvaluep).value).kind)
{
case muscle_code: fprintf (yyo, "{%s}", ((*yyvaluep).value).chars); break;

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 3.4. */
/* A Bison parser, made by GNU Bison 3.4.1.45-9bde-dirty. */
/* Bison interface for Yacc-like parsers in C