summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-01 19:21:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-01 19:21:02 +0000
commit9e6b2b00f0190751b970ece3db7033405cb08ca5 (patch)
treee18c55b12253c77b6eedaa130c83d59345c1ba17 /byterun.h
parent891fc7f27629745a734e804217bbdaf86146df17 (diff)
downloadperl-9e6b2b00f0190751b970ece3db7033405cb08ca5.tar.gz
[asperl] add AS patch#20 (exposes more global constants)
p4raw-id: //depot/asperl@908
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun.h b/byterun.h
index 85342b8562..9abbc221be 100644
--- 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));