projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7dc91cf
)
Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
Malcolm Beattie [Thu, 2 Apr 1998 16:32:53 +0000 (16:32 +0000)]
since appropriate headers aren't included.
p4raw-id: //depot/perl@861
ext/SDBM_File/sdbm/sdbm.h
patch
|
blob
|
blame
|
history
diff --git
a/ext/SDBM_File/sdbm/sdbm.h
b/ext/SDBM_File/sdbm/sdbm.h
index
591ff24
..
0747b74
100644
(file)
--- 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
;