X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibspiderscript.so_src%2Fbytecode_gen.h;h=0d901ebd0adbd7bafaf6c3ba28f30f8201f4dd21;hb=a01827f4eeade250266325ce61f829175de2dba8;hp=955049bffde43785730b872a88366e8cf54238c1;hpb=d5540392ca476276630775b5bfd6e4b4b198239e;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libspiderscript.so_src/bytecode_gen.h b/Usermode/Libraries/libspiderscript.so_src/bytecode_gen.h index 955049bf..0d901ebd 100644 --- a/Usermode/Libraries/libspiderscript.so_src/bytecode_gen.h +++ b/Usermode/Libraries/libspiderscript.so_src/bytecode_gen.h @@ -67,6 +67,7 @@ extern void Bytecode_AppendBinOp(tBC_Function *Handle, int Operation); extern void Bytecode_AppendUniOp(tBC_Function *Handle, int Operation); extern void Bytecode_AppendCast(tBC_Function *Handlde, int Type); extern void Bytecode_AppendDuplicate(tBC_Function *Handlde); +extern void Bytecode_AppendDelete(tBC_Function *Handle); // - Context // TODO: Are contexts needed? Should variables be allocated like labels? extern void Bytecode_AppendEnterContext(tBC_Function *Handle);