Update to Scalar-List-Utils 1.11
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / ODBM_File.xs
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