summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-18 09:40:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-18 09:40:58 +0000
commit1ee471915a447a9a4da52817b2a92db2a1c9f791 (patch)
tree9c69a323f89cdd81b231dc630b0eaf134225da7a /byterun.c
parent4ab7b2a0eb20f3cacb6a1fbfad60651714c7e285 (diff)
parent4c3bfd8b7d4407618aca1b786307418cdb783ed5 (diff)
downloadperl-1ee471915a447a9a4da52817b2a92db2a1c9f791.tar.gz
[asperl] integrate mainline changes (untested)
p4raw-id: //depot/asperl@1010
Diffstat (limited to 'byterun.c')
-rw-r--r--byterun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun.c b/byterun.c
index e77d3a3e16..90c07d1774 100644
--- a/byterun.c
+++ b/byterun.c
@@ -38,7 +38,7 @@ void byterun(PerlIO *fp)
switch (insn) {
case INSN_COMMENT: /* 35 */
{
- comment arg;
+ comment_t arg;
BGET_comment(arg);
arg = arg;
break;