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