summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-06 17:57:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-06 17:57:52 +0000
commitb78218b7f806d19fec2aa4d578cd6086927cd9ab (patch)
treeaf71f50c8ef8abc55c731855695298f50c849171 /bytecode.pl
parent37bd1396ea9d91e675e031705a61835c0083b20a (diff)
downloadperl-b78218b7f806d19fec2aa4d578cd6086927cd9ab.tar.gz
misc tweaks
p4raw-id: //depot/perl@4086
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl
index 32f20006c1..7d9b223f7c 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -234,7 +234,7 @@ for ($i = 0; $i < @optype - 1; $i++) {
printf BYTERUN_H " OPt_%s\t\t/* %d */\n};\n\n", $optype[$i], $i;
print BYTERUN_H <<'EOT';
-EXT void byterun(pTHXo_ struct bytestream bs);
+extern void byterun(pTHXo_ struct bytestream bs);
#define INIT_SPECIALSV_LIST STMT_START { \
EOT