diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 18:18:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 18:18:11 +0100 |
commit | 049d75520a89fb081ff8b3c0de8dc65c20e1db70 (patch) | |
tree | fddfa5d9ad145582b649aae93b6e1e17c199d018 /parser.h | |
parent | 16614be0a5dea0613fedb6bbbb9f0dd8879905a2 (diff) | |
download | sciteco-049d75520a89fb081ff8b3c0de8dc65c20e1db70.tar.gz |
added buffer ring and preliminary EB...$ implementation
* undoing supported
* does not yet support globbing
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,7 @@ private: }; #include "goto.h" +#include "qbuffers.h" extern gint macro_pc; @@ -100,6 +101,7 @@ extern struct States { StateLabel label; StateControl control; StateECommand ecommand; + StateFile file; StateInsert insert; } states; |