From 71cd15d49b0cc8402cf4fe0bbc1cb8971b0ccd6f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 27 Apr 2002 01:10:59 +0000 Subject: [PATCH] (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL): Define if we define YYSTYPE and YYLTYPE, respectively. --- data/bison.simple | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/bison.simple b/data/bison.simple index 6b0dc0ac..fd16dd2a 100644 --- a/data/bison.simple +++ b/data/bison.simple @@ -142,6 +142,7 @@ m4_ifdef([b4_stype_line], ])dnl typedef b4_stype yystype; # define YYSTYPE yystype +# define YYSTYPE_IS_TRIVIAL 1 #endif #ifndef YYLTYPE @@ -153,6 +154,7 @@ typedef struct yyltype int last_column; } yyltype; # define YYLTYPE b4_ltype +# define YYLTYPE_IS_TRIVIAL 1 #endif /* Copy the second part of user declarations. */ -- 2.45.2