Update simplecpp

This commit is contained in:
Dmitry-Me 2017-09-06 00:19:56 +03:00
parent 35f5515931
commit df5757b2cf
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ namespace simplecpp {
argtok = argtok->next;
}
if (!sameline(nametoken, argtok)) {
endToken = argtok ? argtok->previous : argtok;
return false;
}
valueToken = argtok ? argtok->next : NULL;