bison-patches
[Top][All Lists]
Advanced

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

[PATCH] Issue missing synclines after user actions.


From: Akim Demaille
Subject: [PATCH] Issue missing synclines after user actions.
Date: Tue, 04 Nov 2008 20:21:55 -0000

        * data/c.m4 (b4_case): Issue synclines on the output file.
---
 ChangeLog |    5 +++++
 data/c.m4 |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8277078..72dfd3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-04  Akim Demaille  <address@hidden>
 
+       Issue missing synclines after user actions.
+       * data/c.m4 (b4_case): Issue synclines on the output file.
+
+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.
diff --git a/data/c.m4 b/data/c.m4
index 66d4f6d..46ced82 100644
--- a/data/c.m4
+++ b/data/c.m4
@@ -367,6 +367,7 @@ m4_define([b4_sync_start], [[#]line $1 $2])
 m4_define([b4_case],
 [  case $1:
 $2
+b4_syncline(address@hidden@], address@hidden@])
     break;])
 
 # b4_symbol_actions(FILENAME, LINENO,
-- 
1.6.0.2.588.g3102





reply via email to

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