X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fnasal%2Fcode.h;h=e7cb3f39edc47f2331b0491a908271699c742443;hb=9aa5c3b2ae9442a9f777088cae982aef9034183c;hp=4ff27afc5885c2b85fa26c5ef9ba08e739f80068;hpb=bb82b9d168239dd4dc0ab93b338143a25ed5ef51;p=simgear.git diff --git a/simgear/nasal/code.h b/simgear/nasal/code.h index 4ff27afc..e7cb3f39 100644 --- a/simgear/nasal/code.h +++ b/simgear/nasal/code.h @@ -26,7 +26,8 @@ enum { OP_MEMBER, OP_SETMEMBER, OP_LOCAL, OP_SETLOCAL, OP_NEWVEC, OP_VAPPEND, OP_NEWHASH, OP_HAPPEND, OP_MARK, OP_UNMARK, OP_BREAK, OP_SETSYM, OP_DUP2, OP_INDEX, OP_BREAK2, OP_PUSHEND, OP_JIFTRUE, OP_JIFNOT, OP_FCALLH, - OP_MCALLH, OP_XCHG2, OP_UNPACK, OP_SLICE, OP_SLICE2 + OP_MCALLH, OP_XCHG2, OP_UNPACK, OP_SLICE, OP_SLICE2, OP_BIT_AND, OP_BIT_OR, + OP_BIT_XOR, OP_BIT_NEG }; struct Frame {