From 5cecc5e4526b0fb04c1d1a4716b6f9718e3e9ef9 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Fri, 27 Sep 1996 14:49:10 +0200 Subject: [PATCH] hm Rev: src/Makefile.src:1.6 Rev: src/modules/spider/spider.c:1.6 --- src/Makefile.src | 2 +- src/modules/spider/spider.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Makefile.src b/src/Makefile.src index 09395a2b0f..598f934204 100644 --- a/src/Makefile.src +++ b/src/Makefile.src @@ -43,7 +43,7 @@ WARN=@WARN@ #add extra defines here # Be sure to use -g and -DDEBUG when looking for bugs -DEBUGDEF=-DDEBUG +DEBUGDEF= DEFINES=-DDEFAULT_MASTER=\"$(lib_prefix)/master.pike\" # -O should work with all compilers diff --git a/src/modules/spider/spider.c b/src/modules/spider/spider.c index 1f9885255b..38ddc4250b 100644 --- a/src/modules/spider/spider.c +++ b/src/modules/spider/spider.c @@ -1576,8 +1576,6 @@ void init_spider_efuns(void) add_efun("parse_accessed_database", f_parse_accessed_database, "function(string:array)", OPT_TRY_OPTIMIZE); -#define DEBUG -#ifdef DEBUG add_efun("_string_debug", f__string_debug, "function(void|mixed:string)", OPT_EXTERNAL_DEPEND); @@ -1598,7 +1596,6 @@ void init_spider_efuns(void) add_efun("_dump_obj_table", f__dump_obj_table, "function(:array(array))", OPT_EXTERNAL_DEPEND); -#endif add_efun("parse_html",f_parse_html, "function(string,mapping(string:function(string,mapping(string:string),mixed ...:string)),mapping(string:function(string,mapping(string:string),string,mixed ...:string)),mixed ...:string)", -- GitLab