Removed duplicate m_marker updates in YYFILL macro.
This commit is contained in:
parent
e3e18d7b85
commit
0d79e7c2a2
1 changed files with 1 additions and 1 deletions
|
@ -3191,7 +3191,7 @@ class basic_json
|
|||
// remember the begin of the token
|
||||
m_start = m_cursor;
|
||||
|
||||
#define YYFILL(n) { size_t offset_marker = m_marker - m_start; yyfill(n); m_marker = m_start + offset_marker; }
|
||||
#define YYFILL(n) { yyfill(n); }
|
||||
|
||||
/*!re2c
|
||||
re2c:define:YYCTYPE = lexer_char_t;
|
||||
|
|
Loading…
Reference in a new issue