From: Abhijit Menon-Sen Date: Fri, 23 Aug 2002 02:54:09 +0000 (+0000) Subject: Incorporate fix from JHI at: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b53307ead6e86d4eafd7cc2ea1c0dbe964e63e43;p=p5sagit%2Fp5-mst-13.2.git Incorporate fix from JHI at: http://rt.perl.org/rt2/Ticket/Display.html?id=16708 p4raw-id: //depot/perl@17761 --- diff --git a/ext/NDBM_File/NDBM_File.xs b/ext/NDBM_File/NDBM_File.xs index 201ab6c..5e02af7 100644 --- a/ext/NDBM_File/NDBM_File.xs +++ b/ext/NDBM_File/NDBM_File.xs @@ -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 */ #include typedef struct { diff --git a/ext/ODBM_File/ODBM_File.xs b/ext/ODBM_File/ODBM_File.xs index 376af1f..fb3b574 100644 --- a/ext/ODBM_File/ODBM_File.xs +++ b/ext/ODBM_File/ODBM_File.xs @@ -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 */ -# undef ENTER # include #else # ifdef I_RPCSVC_DBM