p4raw-id: //depot/perl@774
#ifdef INDIRECT_BGET_MACROS
void byterun(struct bytestream bs)
#else
-void byterun(FILE *fp)
+void byterun(PerlIO *fp)
#endif /* INDIRECT_BGET_MACROS */
{
dTHR;
};
void byterun _((struct bytestream));
#else
-void byterun _((FILE *));
+void byterun _((PerlIO *));
#endif /* INDIRECT_BGET_MACROS */
void *bset_obj_store _((void *, I32));
#ifdef INDIRECT_BGET_MACROS
void byterun(struct bytestream bs)
#else
-void byterun(FILE *fp)
+void byterun(PerlIO *fp)
#endif /* INDIRECT_BGET_MACROS */
{
dTHR;
};
void byterun _((struct bytestream));
#else
-void byterun _((FILE *));
+void byterun _((PerlIO *));
#endif /* INDIRECT_BGET_MACROS */
void *bset_obj_store _((void *, I32));
#undef fopen
#undef vfprintf
#undef fgetc
+#undef getc_unlocked
#undef fputc
+#undef putc_unlocked
#undef fputs
#undef ungetc
#undef fread