bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Remove trailing empty line.


From: Akim Demaille
Subject: [PATCH] Remove trailing empty line.
Date: Tue, 04 Nov 2008 20:21:51 -0000

        * data/lalr1-fusion.cc: Don't add an empty line after the user's
        epilogue.
---
 ChangeLog            |    6 ++++++
 data/lalr1-fusion.cc |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9acf6fb..8277078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-11-04  Akim Demaille  <address@hidden>
 
+       Remove trailing empty line.
+       * data/lalr1-fusion.cc: Don't add an empty line after the user's
+       epilogue.
+
+2008-11-04  Akim Demaille  <address@hidden>
+
        Fix output of copyright years.
        * data/bison.m4 (b4_copyright): Fix the indentation of the
        copyright year paragraph.
diff --git a/data/lalr1-fusion.cc b/data/lalr1-fusion.cc
index fd8c79a..66edbf9 100644
--- a/data/lalr1-fusion.cc
+++ b/data/lalr1-fusion.cc
@@ -1211,8 +1211,7 @@ b4_error_verbose_if([ tok])[)
 
 ]b4_namespace_close[
 
-]b4_epilogue
-dnl
+]b4_epilogue[]dnl
 @output(b4_dir_prefix[]stack.hh@)@
 b4_copyright([Stack handling for Bison parsers in C++])[
 
-- 
1.6.0.2.588.g3102





reply via email to

[Prev in Thread] Current Thread [Next in Thread]