提交 0d79e7c2 编写于 作者: A Aaron Burghardt

Removed duplicate m_marker updates in YYFILL macro.

上级 e3e18d7b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册