Incorporate fix from JHI at:
Abhijit Menon-Sen [Fri, 23 Aug 2002 02:54:09 +0000 (02:54 +0000)]
http://rt.perl.org/rt2/Ticket/Display.html?id=16708

p4raw-id: //depot/perl@17761

ext/NDBM_File/NDBM_File.xs
ext/ODBM_File/ODBM_File.xs

index 201ab6c..5e02af7 100644 (file)
@@ -1,10 +1,6 @@
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
-/* If using the DB3 emulation, ENTER is defined both
- * by DB3 and Perl.  We drop the Perl definition now.
- * See also INSTALL section on DB3.
- * -- Stanislav Brabec <utx@penguin.cz> */
 #include <ndbm.h>
 
 typedef struct {
index 376af1f..fb3b574 100644 (file)
@@ -3,11 +3,6 @@
 #include "XSUB.h"
 
 #ifdef I_DBM
-/* If using the DB3 emulation, ENTER is defined both
- * by DB3 and Perl.  We drop the Perl definition now.
- * See also INSTALL section on DB3.
- * -- Stanislav Brabec <utx@penguin.cz> */
-#  undef ENTER
 #  include <dbm.h>
 #else
 #  ifdef I_RPCSVC_DBM