aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 20:28:12 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-11 20:28:12 +0100
commit59eb0628db77e1145db797406e4de9f97b70d8e2 (patch)
tree5d797e99a5081e750cf906fe620247d5fa3e7fb7 /qbuffers.h
parent8c6c6afe144adca0635edd0438b9889b3c3df6e4 (diff)
downloadsciteco-59eb0628db77e1145db797406e4de9f97b70d8e2.tar.gz
<x,y>Xq command, automatic profile munging, explicit munging, commandline option processing, unhandled commandline options in default buffer
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index afabfee..9aacaa8 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -274,6 +274,11 @@ private:
State *got_register(QRegister *reg);
};
+class StateCopyToQReg : public StateExpectQReg {
+private:
+ State *got_register(QRegister *reg);
+};
+
namespace States {
extern StateFile file;
extern StateEQCommand eqcommand;
@@ -284,6 +289,7 @@ namespace States {
extern StateSetQRegInteger setqreginteger;
extern StateIncreaseQReg increaseqreg;
extern StateMacro macro;
+ extern StateCopyToQReg copytoqreg;
}
/*