X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=byterun.h;h=e8f4cc1e3c80c38b133905fefdcce289e1a2e860;hb=c16f2413108912acc1226c4ccb6b19c51780a92f;hp=f7185c7b0ad1452a5026bf0522746e22a0d02155;hpb=33b839e22819d9ddfd0fa565289e5af7b6262ec9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/byterun.h b/byterun.h index f7185c7..e8f4cc1 100644 --- a/byterun.h +++ b/byterun.h @@ -15,18 +15,9 @@ struct bytestream { int (*fread)(char *, size_t, size_t, void*); void (*freadpv)(U32, void*); }; -void freadpv _((U32, void *)); -void byterun _((struct bytestream)); -#else -void byterun _((FILE *)); #endif /* INDIRECT_BGET_MACROS */ -#ifndef PATCHLEVEL -#include "patchlevel.h" -#endif -#if PATCHLEVEL < 4 || (PATCHLEVEL == 4 && SUBVERSION < 50) -#define dTHR extern int errno -#endif +void *bset_obj_store _((void *, I32)); enum { INSN_RET, /* 0 */ @@ -185,7 +176,6 @@ EXT int optype_size[] #endif /* DOINIT */ ; -EXT SV * specialsv_list[4]; #define INIT_SPECIALSV_LIST STMT_START { \ specialsv_list[0] = Nullsv; \ specialsv_list[1] = &sv_undef; \