From 338cd07be9f76be5cd07a5df97e7a3104e096746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 27 Dec 2000 01:05:05 -0800 Subject: [PATCH] oops Rev: src/dlopen.c:1.5 --- src/dlopen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dlopen.c b/src/dlopen.c index ec11313e9e..0018db9f46 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 -- GitLab