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