Core: CParser::ThrowError() (without parameter)

git-svn-id: svn://ultimatepp.org/upp/trunk@1723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-11-25 20:57:39 +00:00
parent 161d382a4f
commit e070bbed27

View file

@ -21,6 +21,7 @@ public:
struct Error : public Exc { Error(const char *s) : Exc(s) {} };
void ThrowError(const char *s);
void ThrowError() { ThrowError(""); }
void NoSkipSpaces() { skipspaces = false; }
void SkipSpaces() { skipspaces = true; }