]> git.saurik.com Git - bison.git/commitdiff
(YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Apr 2002 01:10:59 +0000 (01:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Apr 2002 01:10:59 +0000 (01:10 +0000)
Define if we define YYSTYPE and YYLTYPE, respectively.

data/bison.simple

index 6b0dc0acf73d012ff0cb14a2ef227b38ea1f5a70..fd16dd2aefe8aa9bd11185c6b0b283fa97ae94c3 100644 (file)
@@ -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.  */