SpiderScript - Moved header to directory, ready to remove from tree
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / bytecode.h
index bc3c91c..6f3734d 100644 (file)
@@ -18,6 +18,9 @@ struct sBC_Op
         int    Operation;
        char    bUseInteger;    // Used for serialisation
        char    bUseString;     // Used for serialisation
+
+       void    *CacheEnt;      // Used to runtime cache function calls
+
        union {
                struct {
                         int    Integer;

UCC git Repository :: git.ucc.asn.au