From: Paul Eggert Date: Tue, 12 Nov 2002 07:15:59 +0000 (+0000) Subject: (b4_copyright): Omit file name from comment, since X-Git-Tag: BISON-1_875~312 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/fa3f2a885acd75107d62ff6491b7b346495aba27 (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. --- diff --git a/data/c.m4 b/data/c.m4 index aafe2c7d..aad71bac 100644 --- a/data/c.m4 +++ b/data/c.m4 @@ -26,7 +26,7 @@ m4_divert(-1) -*- Autoconf -*- # b4_copyright(TITLE, YEARS) # -------------------------- 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, Copyright (C) $2 Free Software Foundation, Inc. @@ -54,7 +54,7 @@ m4_define([b4_identification], [#]define YYBISON 1 /* Skeleton name. */ -[#]define YYSKELETON_NAME "b4_skeleton" +[#]define YYSKELETON_NAME b4_skeleton /* Pure parsers. */ [#]define YYPURE b4_pure @@ -311,4 +311,4 @@ m4_define([b4_c_arg], # ----------------------- m4_define([b4_syncline], [m4_if(b4_synclines_flag, 1, - [[#]line $1 "$2"])]) + [[#]line $1 $2])])