[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Remove spurious empty line before syncline.
From: |
Akim Demaille |
Subject: |
[PATCH] Remove spurious empty line before syncline. |
Date: |
Thu, 27 Nov 2008 21:42:08 +0100 |
* 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 11eb708..457cfd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01 Akim Demaille <address@hidden>
+
+ 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 <address@hidden>
Convert lib/Makefile.am into lib/local.mk.
diff --git a/data/bison.m4 b/data/bison.m4
index 33cc13b..379df64 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])])
--
1.6.0.4.790.gaa14a
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Remove spurious empty line before syncline.,
Akim Demaille <=