aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 819e418..79f9219 100644
--- a/parser.h
+++ b/parser.h
@@ -159,8 +159,12 @@ public:
StateStart();
private:
+ void insert_integer(gint64 v);
+ gint64 read_integer(void);
+
tecoBool move_chars(gint64 n);
tecoBool move_lines(gint64 n);
+
tecoBool delete_words(gint64 n);
State *custom(gchar chr) throw (Error);