mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
(b4_copyright): Omit file name from comment, since
the file name could contain "*/". (b4_synclines_flag): Don't quote the 2nd argument; it should already be quoted. All uses changed.
This commit is contained in:
@@ -26,7 +26,7 @@ m4_divert(-1) -*- Autoconf -*-
|
|||||||
# b4_copyright(TITLE, YEARS)
|
# b4_copyright(TITLE, YEARS)
|
||||||
# --------------------------
|
# --------------------------
|
||||||
m4_define([b4_copyright],
|
m4_define([b4_copyright],
|
||||||
[/* A Bison parser, made from b4_filename, by GNU bison b4_version. */
|
[/* A Bison parser, made by GNU Bison b4_version. */
|
||||||
|
|
||||||
/* $1,
|
/* $1,
|
||||||
Copyright (C) $2 Free Software Foundation, Inc.
|
Copyright (C) $2 Free Software Foundation, Inc.
|
||||||
@@ -54,7 +54,7 @@ m4_define([b4_identification],
|
|||||||
[#]define YYBISON 1
|
[#]define YYBISON 1
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
[#]define YYSKELETON_NAME "b4_skeleton"
|
[#]define YYSKELETON_NAME b4_skeleton
|
||||||
|
|
||||||
/* Pure parsers. */
|
/* Pure parsers. */
|
||||||
[#]define YYPURE b4_pure
|
[#]define YYPURE b4_pure
|
||||||
@@ -311,4 +311,4 @@ m4_define([b4_c_arg],
|
|||||||
# -----------------------
|
# -----------------------
|
||||||
m4_define([b4_syncline],
|
m4_define([b4_syncline],
|
||||||
[m4_if(b4_synclines_flag, 1,
|
[m4_if(b4_synclines_flag, 1,
|
||||||
[[#]line $1 "$2"])])
|
[[#]line $1 $2])])
|
||||||
|
|||||||
Reference in New Issue
Block a user