summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1999-08-23 03:13:40 +0000
committerbailey <bailey@newman.upenn.edu>1999-08-23 03:13:40 +0000
commit1f05249253aa69546cbf0ae3c6f832b50fcc4c8e (patch)
treec2ba3e0d0e7c583206197d9b30e60ab080df9c9e /ext
parent9394834148e0e1f4a127d31d16d5fb6c66ffadd1 (diff)
downloadperl-1f05249253aa69546cbf0ae3c6f832b50fcc4c8e.tar.gz
byteperl is now part of the ByteLoader ext
p4raw-id: //depot/vmsperl@4021
Diffstat (limited to 'ext')
-rw-r--r--ext/ByteLoader/byterun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ByteLoader/byterun.h b/ext/ByteLoader/byterun.h
index 31a9033845..c505eada7d 100644
--- a/ext/ByteLoader/byterun.h
+++ b/ext/ByteLoader/byterun.h
@@ -151,7 +151,7 @@ enum {
OPt_COP /* 10 */
};
-EXT void byterun(pTHXo_ struct bytestream bs);
+void byterun(pTHXo_ struct bytestream bs);
#define INIT_SPECIALSV_LIST STMT_START { \
PL_specialsv_list[0] = Nullsv; \