summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 17:44:34 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 17:44:34 +0000
commit33b839e22819d9ddfd0fa565289e5af7b6262ec9 (patch)
tree107651a84a4623afbc9e0dbcc885b912a880829e /byterun.c
parent9731c6ca89275fa6ca122bfe3be4600e5836a905 (diff)
downloadperl-33b839e22819d9ddfd0fa565289e5af7b6262ec9.tar.gz
More compiler tweaks.
p4raw-id: //depot/perl@585
Diffstat (limited to 'byterun.c')
-rw-r--r--byterun.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/byterun.c b/byterun.c
index 3d4b64fb9d..fe7d6d3a62 100644
--- a/byterun.c
+++ b/byterun.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 Malcolm Beattie
+ * Copyright (c) 1996-1998 Malcolm Beattie
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
@@ -15,11 +15,9 @@
#include "byterun.h"
#ifdef INDIRECT_BGET_MACROS
-void byterun(bs)
-struct bytestream bs;
+void byterun(struct bytestream bs)
#else
-void byterun(fp)
-FILE *fp;
+void byterun(FILE *fp)
#endif /* INDIRECT_BGET_MACROS */
{
dTHR;