summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-05 17:17:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-05 17:17:22 +0000
commit5b877257c279c72efd65c092c32959c904c739e8 (patch)
tree919d1549e2e3b64da1557bebdfff999658705550 /proto.h
parent049fc1c86dccf1e1a1afcb2acb4ac5e1259cf74b (diff)
downloadperl-5b877257c279c72efd65c092c32959c904c739e8.tar.gz
AIX threaded build, plus few more on the side.
p4raw-id: //depot/cfgperl@3592
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 54d71e650c..95ffda5132 100644
--- a/proto.h
+++ b/proto.h
@@ -307,9 +307,7 @@ VIRTUAL I32 Perl_mg_size(pTHX_ SV* sv);
VIRTUAL OP* Perl_mod(pTHX_ OP* o, I32 type);
VIRTUAL char* Perl_moreswitches(pTHX_ char* s);
VIRTUAL OP* Perl_my(pTHX_ OP* o);
-#ifdef USE_LOCALE_NUMERIC
VIRTUAL double Perl_my_atof(pTHX_ const char *s);
-#endif
#if !defined(HAS_BCOPY) || !defined(HAS_SAFE_BCOPY)
VIRTUAL char* Perl_my_bcopy(pTHX_ const char* from, char* to, I32 len);
#endif