Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
b8d73f8f
Commit
b8d73f8f
authored
14 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Don't dump Search modules that depend on Roxen.
parent
a59c7912
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/modules/Search.pmod/Filter.pmod/HTML.pmod
+3
-0
3 additions, 0 deletions
lib/modules/Search.pmod/Filter.pmod/HTML.pmod
lib/modules/Search.pmod/Utils.pmod
+2
-0
2 additions, 0 deletions
lib/modules/Search.pmod/Utils.pmod
with
5 additions
and
0 deletions
lib/modules/Search.pmod/Filter.pmod/HTML.pmod
+
3
−
0
View file @
b8d73f8f
// $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
...
...
This diff is collapsed.
Click to expand it.
lib/modules/Search.pmod/Utils.pmod
+
2
−
0
View file @
b8d73f8f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment