diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 20:28:12 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 20:28:12 +0100 |
commit | 59eb0628db77e1145db797406e4de9f97b70d8e2 (patch) | |
tree | 5d797e99a5081e750cf906fe620247d5fa3e7fb7 /qbuffers.h | |
parent | 8c6c6afe144adca0635edd0438b9889b3c3df6e4 (diff) | |
download | sciteco-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; } /* |