Update simplecpp
This commit is contained in:
parent
35f5515931
commit
df5757b2cf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue