summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 16:32:53 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 16:32:53 +0000
commit92dd1579adc6f21f8046e38604d748b9daedf104 (patch)
tree919498fe05c45f80cc5b1bfbf9fc98461d6c52e7 /ext
parent48c30b4245cb3f10cab4a4215feb4c6b09098895 (diff)
downloadperl-92dd1579adc6f21f8046e38604d748b9daedf104.tar.gz
Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
since appropriate headers aren't included. p4raw-id: //depot/perl@861
Diffstat (limited to 'ext')
-rw-r--r--ext/SDBM_File/sdbm/sdbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/SDBM_File/sdbm/sdbm.h b/ext/SDBM_File/sdbm/sdbm.h
index 591ff24799..0747b74dfa 100644
--- a/ext/SDBM_File/sdbm/sdbm.h
+++ b/ext/SDBM_File/sdbm/sdbm.h
@@ -53,7 +53,7 @@ typedef struct {
EXTCONST datum nullitem
#ifdef DOINIT
- = {NULL, 0}
+ = {0, 0}
#endif
;