summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
diff options
context:
space:
mode:
authorRandolf Werner <randolf.werner@sap.com>2001-10-16 20:33:02 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-16 16:50:24 +0000
commita5b1c163d928df548cbec60aa22830af0e4968d3 (patch)
treedbdd12d422a31c4d9b7fe35109ad875b425bf01a /ext/SDBM_File
parentd518f28dfa4a15db4e55fdcd795ded05d2f51ff7 (diff)
downloadperl-a5b1c163d928df548cbec60aa22830af0e4968d3.tar.gz
WIN64 (Itanium) port of Perl 5.6.1
Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> p4raw-id: //depot/perl@12457
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r--ext/SDBM_File/sdbm/sdbm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/SDBM_File/sdbm/sdbm.c b/ext/SDBM_File/sdbm/sdbm.c
index d41c770dfb..31889d97f3 100644
--- a/ext/SDBM_File/sdbm/sdbm.c
+++ b/ext/SDBM_File/sdbm/sdbm.c
@@ -36,12 +36,11 @@
#ifndef sun
extern int errno;
#endif
+#endif
extern Malloc_t malloc proto((MEM_SIZE));
extern Free_t free proto((Malloc_t));
-#endif
-
/*
* forward
*/