Skip linebreak following #endarg
This commit is contained in:
parent
c5dc69c024
commit
0ffe009eef
1 changed files with 1 additions and 0 deletions
|
@ -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_);
|
||||
|
|
Loading…
Add table
Reference in a new issue