mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
maint: remove final trailing space
* src/scan-gram.l (%): Remove single space at end of line.
This commit is contained in:
@@ -108,7 +108,7 @@ static void unexpected_newline (boundary, char const *);
|
|||||||
/* Four types of user code:
|
/* Four types of user code:
|
||||||
- prologue (code between `%{' `%}' in the first section, before %%);
|
- prologue (code between `%{' `%}' in the first section, before %%);
|
||||||
- actions, printers, union, etc, (between braced in the middle section);
|
- 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); */
|
- predicate (code between `%?{' and `{' in middle section); */
|
||||||
%x SC_PROLOGUE SC_BRACED_CODE SC_EPILOGUE SC_PREDICATE
|
%x SC_PROLOGUE SC_BRACED_CODE SC_EPILOGUE SC_PREDICATE
|
||||||
/* C and C++ comments in code. */
|
/* C and C++ comments in code. */
|
||||||
|
|||||||
Reference in New Issue
Block a user