From fad814bd0cfea47db9e6ea6f5fc7cb34ec4c528d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 27 Nov 2008 21:42:08 +0100 Subject: [PATCH] Remove spurious empty line before syncline. * data/bison.m4 (b4_syncline): Don't output an empty line before the output. --- ChangeLog | 6 ++++++ data/bison.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11eb7089..457cfd76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-01 Akim Demaille + + Remove spurious empty line before syncline. + * data/bison.m4 (b4_syncline): Don't output an empty line before + the output. + 2008-11-26 Akim Demaille Convert lib/Makefile.am into lib/local.mk. diff --git a/data/bison.m4 b/data/bison.m4 index 33cc13bf..379df645 100644 --- a/data/bison.m4 +++ b/data/bison.m4 @@ -354,8 +354,8 @@ m4_define([b4_basename], # b4_syncline(LINE, FILE) # ----------------------- m4_define([b4_syncline], -[b4_flag_if([synclines], [ -b4_sync_end([__line__], [b4_basename(m4_quote(__file__))]) +[b4_flag_if([synclines], +[b4_sync_end([__line__], [b4_basename(m4_quote(__file__))]) b4_sync_start([$1], [$2])])]) m4_define([b4_sync_end], [b4_comment([Line $1 of $2])]) -- 2.45.2