slurping an empty file should return '' rather than undef, with
[p5sagit/p5-mst-13.2.git] / byterun.h
index bd54c76..6e559ef 100644 (file)
--- a/byterun.h
+++ b/byterun.h
@@ -17,7 +17,9 @@ struct bytestream {
 };
 #endif /* INDIRECT_BGET_MACROS */
 
+#ifndef PERL_OBJECT
 void *bset_obj_store _((void *, I32));
+#endif
 
 enum {
     INSN_RET,                  /* 0 */