summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-02 04:47:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-02 04:47:10 +0000
commit20ce7b12268a3d32b5b246928de5084322e709cf (patch)
tree395ce45dee07dabd92553cbcdad9b91e37e8ae49 /hv.c
parent0221c164222f9d91820826506118f46ffa08dd46 (diff)
downloadperl-20ce7b12268a3d32b5b246928de5084322e709cf.tar.gz
remove _() non-ansism
p4raw-id: //depot/perl@3518
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/hv.c b/hv.c
index 0c472bcda5..0f71f0191e 100644
--- a/hv.c
+++ b/hv.c
@@ -14,12 +14,12 @@
#include "EXTERN.h"
#include "perl.h"
-static void hv_magic_check _((HV *hv, bool *needs_copy, bool *needs_store));
+static void hv_magic_check (HV *hv, bool *needs_copy, bool *needs_store);
#ifndef PERL_OBJECT
-static void hsplit _((HV *hv));
-static void hfreeentries _((HV *hv));
-static void more_he _((void));
-static HEK *save_hek _((const char *str, I32 len, U32 hash));
+static void hsplit (HV *hv);
+static void hfreeentries (HV *hv);
+static void more_he (void);
+static HEK *save_hek (const char *str, I32 len, U32 hash);
#endif
#if defined(STRANGE_MALLOC) || defined(MYMALLOC)