diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-13 13:53:49 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-13 13:53:49 -0300 |
commit | 09fab0decb7df93528ab40fcfd99587e9074c64f (patch) | |
tree | ecd7a763c7a08712f122945bb5ce1ed7d7e5f077 /lpvm.h | |
parent | d80821d79376671371c15ded562fbe1a9bebc635 (diff) | |
parent | 1322d612d72ac658f2aa443dca94954b819c0993 (diff) | |
download | lpeglabel-09fab0decb7df93528ab40fcfd99587e9074c64f.tar.gz lpeglabel-09fab0decb7df93528ab40fcfd99587e9074c64f.tar.bz2 lpeglabel-09fab0decb7df93528ab40fcfd99587e9074c64f.zip |
Merge branch 'recoveryresume'
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ typedef enum Opcode { | |||
35 | ICloseCapture, | 35 | ICloseCapture, |
36 | ICloseRunTime, | 36 | ICloseRunTime, |
37 | IThrow, /* "fails" with a specific label labeled failure */ | 37 | IThrow, /* "fails" with a specific label labeled failure */ |
38 | ILabChoice, /* labeled choice */ | ||
39 | IRecov /* stack a recovery; next fail with label 'f' will jump to 'offset' */ | 38 | IRecov /* stack a recovery; next fail with label 'f' will jump to 'offset' */ |
40 | } Opcode; | 39 | } Opcode; |
41 | 40 | ||