[EMAIL PROTECTED] writes:
> data/c.m4 has the skeleton information
> but not the bison version. can that be
> added like this?
>
> /* Skeleton version. */
> [#]define YYSKELETON_VERSION "b4_version"
b4_version is really a Bison version, not a skeleton version, but
that's easy to add. Thanks for the suggestion. I installed this:
2005-09-09 Paul Eggert <[EMAIL PROTECTED]>
* data/c.m4 (b4_identification): Define YYBISON_VERSION.
Suggested by [EMAIL PROTECTED]
--- data/c.m4 24 Jul 2005 07:24:22 -0000 1.30
+++ data/c.m4 9 Sep 2005 23:12:09 -0000 1.31
@@ -53,6 +53,9 @@ m4_define([b4_identification],
[/* Identify Bison output. */
[#]define YYBISON 1
+/* Bison version. */
+[#]define YYBISON_VERSION "b4_version"
+
/* Skeleton name. */
[#]define YYSKELETON_NAME b4_skeleton