summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>1998-02-24 00:36:09 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 15:27:06 +0000
commit0fa190096f28eaa3c2a08a9aa7c333cd24617fd7 (patch)
tree740bac305fea94d9edfa4b4745e5fbf9c54ad3eb /doio.c
parent3238f5fe6293a28fd91d4f803f3a2df14d3a9498 (diff)
downloadperl-0fa190096f28eaa3c2a08a9aa7c333cd24617fd7.tar.gz
#ifdef CAN_PROTOTYPE cleanup
p4raw-id: //depot/perl@581
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/doio.c b/doio.c
index 3167aea6b7..de0cdee95b 100644
--- a/doio.c
+++ b/doio.c
@@ -564,13 +564,7 @@ badexit:
/* explicit renamed to avoid C++ conflict -- kja */
bool
-#ifndef CAN_PROTOTYPE
-do_close(gv,not_implicit)
-GV *gv;
-bool not_implicit;
-#else
do_close(GV *gv, bool not_implicit)
-#endif /* CAN_PROTOTYPE */
{
bool retval;
IO *io;