From: Paul Eggert Date: Sat, 27 Apr 2002 01:10:59 +0000 (+0000) Subject: (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL): X-Git-Tag: BISON-1_49a~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/71cd15d49b0cc8402cf4fe0bbc1cb8971b0ccd6f (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL): Define if we define YYSTYPE and YYLTYPE, respectively. --- 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. */