aboutsummaryrefslogtreecommitdiff
path: root/lpvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.h')
-rw-r--r--lpvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lpvm.h b/lpvm.h
index 3c27027..bcfc22f 100644
--- a/lpvm.h
+++ b/lpvm.h
@@ -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