summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8c6d399)
Define if we define YYSTYPE and YYLTYPE, respectively.
])dnl
typedef b4_stype yystype;
# define YYSTYPE yystype
])dnl
typedef b4_stype yystype;
# define YYSTYPE yystype
+# define YYSTYPE_IS_TRIVIAL 1
int last_column;
} yyltype;
# define YYLTYPE b4_ltype
int last_column;
} yyltype;
# define YYLTYPE b4_ltype
+# define YYLTYPE_IS_TRIVIAL 1
#endif
/* Copy the second part of user declarations. */
#endif
/* Copy the second part of user declarations. */