]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textparser.h
Restructure control statement processing
[libs/datafile.git] / source / textparser.h
index eb452330136fa99d93535fed9d0cb0b194698cea..e8c89227ddc7300b7e745faca33a3f08c0089b8b 100644 (file)
@@ -6,7 +6,7 @@
 namespace Msp {
 namespace DataFile {
 
-class Token;
+struct Token;
 
 class TextParser: public ParserMode
 {
@@ -19,8 +19,6 @@ protected:
        Token parse_token();
        bool is_delimiter(int);
        bool isodigit(int);
-       std::string get_location();
-       void parse_error(int, const char *);
 };
 
 } // namespace DataFile