Byteloader patching from Enache continues;
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / bytecode.h
index 8ca9382..c0093a5 100644 (file)
@@ -20,6 +20,8 @@ typedef char *pvindex;
        BGET_FREAD(&arg, sizeof(U32), 1)
 #define BGET_UV(arg)   \
        BGET_FREAD(&arg, sizeof(UV), 1)
+#define BGET_PADOFFSET(arg)    \
+       BGET_FREAD(&arg, sizeof(PADOFFSET), 1)
 
 #define BGET_I32(arg)  BGET_U32(arg)
 #define BGET_IV(arg)   BGET_UV(arg)