From 8fe81031115da45012f25cb8f330e8f9be183943 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 16 Mar 1998 23:11:48 +0100
Subject: [PATCH] Disabled DIFF_DEBUG.

Rev: src/builtin_functions.c:1.82
---
 src/builtin_functions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 7435ba2824..168aeafbab 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.81 1998/03/16 22:11:17 grubba Exp $");
+RCSID("$Id: builtin_functions.c,v 1.82 1998/03/16 22:11:48 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
@@ -41,7 +41,7 @@ RCSID("$Id: builtin_functions.c,v 1.81 1998/03/16 22:11:17 grubba Exp $");
 #include <crypt.h>
 #endif
 
-#define DIFF_DEBUG
+/* #define DIFF_DEBUG */
 
 
 void f_equal(INT32 args)
-- 
GitLab