]> git.saurik.com Git - bison.git/commitdiff
* data/c.m4 (b4_identification): Define YYBISON_VERSION.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 23:12:09 +0000 (23:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 23:12:09 +0000 (23:12 +0000)
Suggested by twlevo@xs4all.nl.

data/c.m4

index e28954be2a345dfedb5b1f8066d53daa00c643a2..2a3218bf07de67f88d9313de99b24086ca4ba856 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -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