dont use NULL macro
This commit is contained in:
parent
9a9262f6d0
commit
4c66704830
16 changed files with 52 additions and 52 deletions
|
|
@ -31,7 +31,7 @@ Parser::Result Parser::parse(const std::string& stream) {
|
|||
bind(parser);
|
||||
|
||||
std::string streamStd(stream.c_str());
|
||||
streamStd += "\n"; // for windows os to be happy
|
||||
streamStd += "\n"; // for Windows os to be happy
|
||||
|
||||
ASSERT(parser.valid());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue