From 643868916fc56ac789740bb1895e8cb97e00719a Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Thu, 14 May 1998 18:09:01 +0000 Subject: 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 --- byterun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byterun.c') 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; -- cgit v1.2.1