summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index ba90374d..c81559dd 100644
--- a/parse.h
+++ b/parse.h
@@ -74,10 +74,13 @@ public:
private:
int input_get ();
+ void input_put (int);
+ void input_put (const std::string&);
int input_peek (unsigned n=0);
std::istream& input;
std::string input_name;
std::vector<int> lookahead;
+ unsigned cursor_suspend_count;
unsigned cursor_line;
unsigned cursor_column;
systemtap_session& session;