X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=aeab71d2d3fbd4022e30a9c8b26b0ab3d14a31ed;hb=6653c7d83dbe1fe81a541a125be8bb808b234eb7;hp=40907dcdb86b4b6b5a21b7635463f5d242b310f2;hpb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 40907dc..aeab71d 100644 --- a/source/parser.h +++ b/source/parser.h @@ -35,7 +35,7 @@ public: marked as bad and no more statements may be read, even if the exception was caught. */ - Statement parse(); + Statement parse(bool raw = false); operator bool() const { return good && in; } };