(YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):

Define if we define YYSTYPE and YYLTYPE, respectively.
This commit is contained in:
Paul Eggert
2002-04-27 01:10:59 +00:00
parent 8c6d399ada
commit 71cd15d49b

View File

@@ -142,6 +142,7 @@ m4_ifdef([b4_stype_line],
])dnl ])dnl
typedef b4_stype yystype; typedef b4_stype yystype;
# define YYSTYPE yystype # define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif #endif
#ifndef YYLTYPE #ifndef YYLTYPE
@@ -153,6 +154,7 @@ typedef struct yyltype
int last_column; int last_column;
} yyltype; } yyltype;
# define YYLTYPE b4_ltype # define YYLTYPE b4_ltype
# define YYLTYPE_IS_TRIVIAL 1
#endif #endif
/* Copy the second part of user declarations. */ /* Copy the second part of user declarations. */