(b4_copyright): Omit file name from comment, since
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2002 07:15:59 +0000 (07:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2002 07:15:59 +0000 (07:15 +0000)
the file name could contain "*/".
(b4_synclines_flag): Don't quote the 2nd argument; it should already
be quoted.  All uses changed.

data/c.m4

index aafe2c7..aad71ba 100644 (file)
--- 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])])