gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, comment, updated. gawk-4.1.0-737-gf7cd83


From: Stephen Davies
Subject: [gawk-diffs] [SCM] gawk branch, comment, updated. gawk-4.1.0-737-gf7cd839
Date: Tue, 09 Sep 2014 07:09:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, comment has been updated
       via  f7cd8393105d286074d6e1a918b4fd6228f00245 (commit)
      from  01629cb09cce23f1b8c014280b97a2f19ca34e25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f7cd8393105d286074d6e1a918b4fd6228f00245

commit f7cd8393105d286074d6e1a918b4fd6228f00245
Author: Stephen Davies <address@hidden>
Date:   Tue Sep 9 16:38:39 2014 +0930

    fix awkgram.y

diff --git a/awkgram.c b/awkgram.c
index 82426e4..9704e1c 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -5847,6 +5847,7 @@ retry:
                                        return lasttok = NEWLINE_EOF;
                        }
                }
+               sourceline++;
                return lasttok = NEWLINE;
 
        case '@':
diff --git a/awkgram.y b/awkgram.y
index 54f298a..9932274 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -3300,6 +3300,7 @@ retry:
                                        return lasttok = NEWLINE_EOF;
                        }
                }
+               sourceline++;
                return lasttok = NEWLINE;
 
        case '@':

-----------------------------------------------------------------------

Summary of changes:
 awkgram.c |    1 +
 awkgram.y |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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