[asperl] add AS patch#20 (exposes more global constants)
[p5sagit/p5-mst-13.2.git] / byterun.h
index 85342b8..9abbc22 100644 (file)
--- a/byterun.h
+++ b/byterun.h
@@ -16,8 +16,8 @@ struct bytestream {
     void (*freadpv)(U32, void*);
 };
 void byterun _((struct bytestream));
-#else
-void byterun _((PerlIO *));
+/* #else
+void byterun _((PerlIO *)); */
 #endif /* INDIRECT_BGET_MACROS */
 
 void *bset_obj_store _((void *, I32));