Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 2 Apr 1998 16:32:53 +0000 (16:32 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
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

index 591ff24..0747b74 100644 (file)
@@ -53,7 +53,7 @@ typedef struct {
 
 EXTCONST datum nullitem
 #ifdef DOINIT
-                        = {NULL, 0}
+                        = {0, 0}
 #endif
                                    ;