]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/code.h
The previous update (and, embarassingly, the "nasal 1.0" release I
[simgear.git] / simgear / nasal / code.h
index 7ef76cf449a289990cfc89fcba3384525fc0dded..f8cbe3812c986c2c8f42a88218307720f225934e 100644 (file)
@@ -22,7 +22,7 @@ enum {
     OP_DUP, OP_XCHG, OP_INSERT, OP_EXTRACT, OP_MEMBER, OP_SETMEMBER,
     OP_LOCAL, OP_SETLOCAL, OP_NEWVEC, OP_VAPPEND, OP_NEWHASH, OP_HAPPEND,
     OP_MARK, OP_UNMARK, OP_BREAK, OP_FTAIL, OP_MTAIL, OP_SETSYM, OP_DUP2,
-    OP_INDEX, OP_CONTINUE
+    OP_INDEX, OP_BREAK2
 };
 
 struct Frame {