]> git.saurik.com Git - bison.git/commitdiff
Remove spurious empty line before syncline.
authorAkim Demaille <demaille@gostai.com>
Thu, 27 Nov 2008 20:42:08 +0000 (21:42 +0100)
committerAkim Demaille <demaille@gostai.com>
Mon, 1 Dec 2008 21:11:50 +0000 (22:11 +0100)
* data/bison.m4 (b4_syncline): Don't output an empty line before
the output.

ChangeLog
data/bison.m4

index 11eb7089b6e82cfddae36949e0f12fd27c21989d..457cfd764afc6b524f4d616ef79c0a9b3ca074a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01  Akim Demaille  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
 
        Convert lib/Makefile.am into lib/local.mk.
 2008-11-26  Akim Demaille  <demaille@gostai.com>
 
        Convert lib/Makefile.am into lib/local.mk.
index 33cc13bf1a5798862d09375f3f697618cb3b96ab..379df6456a4f5cc6045fbd90388d47a40dc76301 100644 (file)
@@ -354,8 +354,8 @@ m4_define([b4_basename],
 # b4_syncline(LINE, FILE)
 # -----------------------
 m4_define([b4_syncline],
 # 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])])
 b4_sync_start([$1], [$2])])])
 
 m4_define([b4_sync_end], [b4_comment([Line $1 of $2])])