diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-25 21:46:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-25 21:46:35 +0000 |
commit | f1c0db8dbc906cad6c85874be33c7969497df1cd (patch) | |
tree | 47bb35826b88df8a906e9799c987f87a91563f6f /byterun.c | |
parent | 51c1089b32b9be8d5242f51a530e4b3118896e71 (diff) | |
parent | 33b839e22819d9ddfd0fa565289e5af7b6262ec9 (diff) | |
download | perl-f1c0db8dbc906cad6c85874be33c7969497df1cd.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@588
Diffstat (limited to 'byterun.c')
-rw-r--r-- | byterun.c | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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; |