bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: data/c.m4 feature


From: Paul Eggert
Subject: Re: data/c.m4 feature
Date: Fri, 09 Sep 2005 16:13:52 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden 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  <address@hidden>

        * data/c.m4 (b4_identification): Define YYBISON_VERSION.
        Suggested by address@hidden

--- 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]