Skip to content
Snippets Groups Projects
Commit b8d73f8f authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Don't dump Search modules that depend on Roxen.

parent a59c7912
Branches
Tags
No related merge requests found
// $Id$ // $Id$
#pike __REAL_VERSION__ #pike __REAL_VERSION__
// Cannot dump this because of the #if constant(Roxen.xxx) check below.
constant dont_dump_module = 1;
// Filter for text/html // Filter for text/html
#define INTRAWISE #define INTRAWISE
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#define report_warning werror #define report_warning werror
#endif #endif
// Cannot dump this because of the #if constant(...) checks depending
// on Roxen below.
final constant dont_dump_module=1; final constant dont_dump_module=1;
#ifdef SEARCH_DEBUG #ifdef SEARCH_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment