From: Jim Meyering <[email protected]> * src/scan-gram.l (%): Remove single space at end of line. --- ChangeLog | 3 +++ src/scan-gram.l | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 604f9b6..84a3e1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-15 Jim Meyering <[email protected]> + maint: remove final trailing space + * src/scan-gram.l (%): Remove single space at end of line. + maint: get gpl-3.0 from gnulib * bootstrap.conf (gnulib_modules): Add gpl-3.0. * doc/gpl-3.0.texi: Remove from version control, now that diff --git a/src/scan-gram.l b/src/scan-gram.l index a5a0489..1833b9a 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -108,7 +108,7 @@ static void unexpected_newline (boundary, char const *); /* Four types of user code: - prologue (code between `%{' `%}' in the first section, before %%); - actions, printers, union, etc, (between braced in the middle section); - - epilogue (everything after the second %%). + - epilogue (everything after the second %%). - predicate (code between `%?{' and `{' in middle section); */ %x SC_PROLOGUE SC_BRACED_CODE SC_EPILOGUE SC_PREDICATE /* C and C++ comments in code. */ -- 1.7.9.rc1.2.gccfe4
