summaryrefslogtreecommitdiff
path: root/byterun.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-25 21:46:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-25 21:46:35 +0000
commitf1c0db8dbc906cad6c85874be33c7969497df1cd (patch)
tree47bb35826b88df8a906e9799c987f87a91563f6f /byterun.c
parent51c1089b32b9be8d5242f51a530e4b3118896e71 (diff)
parent33b839e22819d9ddfd0fa565289e5af7b6262ec9 (diff)
downloadperl-f1c0db8dbc906cad6c85874be33c7969497df1cd.tar.gz
[win32] integrate mainline
p4raw-id: //depot/win32/perl@588
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;