summaryrefslogtreecommitdiff
path: root/src/cpp-flex.skl
diff options
context:
space:
mode:
authorDaniel Brooks <db48x@db48x.net>2020-10-16 18:27:46 +0000
committerGitHub <noreply@github.com>2020-10-16 14:27:46 -0400
commitff0f99585169a435a5638ed2c4fa3b13397ee615 (patch)
tree6f175dec96a39e1c6f04a94de7832165b1a1f3a5 /src/cpp-flex.skl
parentf07c52fdc5273edf3c8fbd0c16d780f8c9900e5e (diff)
downloadflex-git-ff0f99585169a435a5638ed2c4fa3b13397ee615.tar.gz
quick editing pass over recent changes to documentation and comments (#2)
Diffstat (limited to 'src/cpp-flex.skl')
-rw-r--r--src/cpp-flex.skl7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cpp-flex.skl b/src/cpp-flex.skl
index f1ee072..aec3538 100644
--- a/src/cpp-flex.skl
+++ b/src/cpp-flex.skl
@@ -25,7 +25,7 @@
%# prescriptive about whitespace and braces is more than usually
%# important. So please set your C style to K&R, aka 1TBS with
%# tabs when editing this file. Braces around single-statement
-%# if/while/for/do/switch/break bodies are mandatory.
+%# if/while/for/do/switch/break bodies are mandatory.
%#
%# Macros for preproc stage.
@@ -2127,9 +2127,8 @@ m4_ifdef([[M4_MODE_HAS_BACKING_UP]], [[
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = YY_G(yy_hold_char);
- /* /\* Backing-up info for compressed tables is taken \after/ */
- /* * yy_cp has been incremented for the next state. */
- /* *\/ */
+ /* Backing-up info for compressed tables is taken \after/ */
+ /* yy_cp has been incremented for the next state. */
yy_cp = YY_G(yy_last_accepting_cpos);
m4_ifdef([[M4_MODE_FULLSPD]], [[yy_cp++;]])
m4_ifdef([[M4_MODE_FIND_ACTION_FULLTBL]], [[yy_cp++;]])