diff options
author | orivej <[email protected]> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/ragel6/fsmgraph.h | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/ragel6/fsmgraph.h')
-rw-r--r-- | contrib/tools/ragel6/fsmgraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/ragel6/fsmgraph.h b/contrib/tools/ragel6/fsmgraph.h index 703b2c1e41c..c7e676b3098 100644 --- a/contrib/tools/ragel6/fsmgraph.h +++ b/contrib/tools/ragel6/fsmgraph.h @@ -859,7 +859,7 @@ template <class ListItem1, class ListItem2> PairIter<ListItem1, ListItem2>::Pair #define CO_RETURN(label) \ itState = label; \ return; \ - entry##label: {} + entry##label: {} /* Return and re-entry for the co-routine iterators. This should ALWAYS be * used inside of a block. */ @@ -867,7 +867,7 @@ template <class ListItem1, class ListItem2> PairIter<ListItem1, ListItem2>::Pair itState = label; \ userState = uState; \ return; \ - entry##label: {} + entry##label: {} /* Advance to the next transition. When returns, trans points to the next * transition, unless there are no more, in which case end() returns true. */ |