summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-05-14 18:09:01 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-05-14 18:09:01 +0000
commit34e9701933920a1b91b5f5717935652f86850872 (patch)
tree71af4c85e03dd559ba81b969efa4ea5ac1ede141 /byterun.c
parent0559d6709bef71ddf2b29eb9894aa0c5747eb3ef (diff)
downloadperl-34e9701933920a1b91b5f5717935652f86850872.tar.gz
Changes to allow compiler with gcc-2.8.1 in C++ mode,
Remove K&R style functions, avoid struct/typedef clash. p4raw-id: //depot/ansiperl@972
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 c99fa0850e..1c4ceb5994 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;