diff --git a/src/dlopen.c b/src/dlopen.c index 25319fdac58c9b111e3a21b08657dcbf62442b21..ec11313e9e86eda79a14ef3b2e50c8792d5f8b37 100644 --- a/src/dlopen.c +++ b/src/dlopen.c @@ -26,7 +26,7 @@ * Separate RWX, RW and R memory sections. */ -/* #define DLDEBUG 1 */ +#define DLDEBUG 1 #define DL_VERBOSE 1 @@ -75,7 +75,7 @@ size_t STRNLEN(char *s, size_t maxlen) #else /* PIKE_CONCAT */ -RCSID("$Id: dlopen.c,v 1.3 2000/12/27 07:55:09 hubbe Exp $"); +RCSID("$Id: dlopen.c,v 1.4 2000/12/27 07:59:22 hubbe Exp $"); #endif