Skip linebreak following #endarg

This commit is contained in:
ln-zookeeper 2017-03-27 11:22:32 +03:00
parent c5dc69c024
commit 0ffe009eef

View file

@ -928,6 +928,7 @@ bool preprocessor_data::get_chunk()
if (std::equal(argbuffer.end() - 6, argbuffer.end(), "endarg")) {
argbuffer.erase(argbuffer.end() - 7, argbuffer.end());
optargs[argname] = argbuffer;
skip_eol();
break;
} else {
target_.error("Unterminated #arg definition", linenum_);