diff options
author | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-15 16:31:41 -0300 |
---|---|---|
committer | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-15 16:31:41 -0300 |
commit | 4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5 (patch) | |
tree | e59c5041761c237f27fe51589901da5a963ee103 /lpvm.h | |
parent | 0f53a65f4a32c8be2d84c4a8172b885065f7c1e5 (diff) | |
download | lpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.tar.gz lpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.tar.bz2 lpeglabel-4bdf8d40a9ca5f00e454a38d301a3ab35c9b50d5.zip |
Removing code related to labeled choice and recovery operators and updating tests
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ typedef enum Opcode { | |||
36 | ICloseRunTime, | 36 | ICloseRunTime, |
37 | IThrow, /* fails with a given label */ | 37 | IThrow, /* fails with a given label */ |
38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ | 38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ |
39 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ | ||
40 | } Opcode; | 39 | } Opcode; |
41 | 40 | ||
42 | 41 | ||