compilation error with STRIPCHARS set
This commit is contained in:
parent
3ac7972dab
commit
bb438ef3a4
1 changed files with 4 additions and 0 deletions
|
@ -358,7 +358,11 @@ void ResListPager::displayPage(RclConfig *config)
|
||||||
map<string, vector<string> > spellings;
|
map<string, vector<string> > spellings;
|
||||||
suggest(uterms, spellings);
|
suggest(uterms, spellings);
|
||||||
if (!spellings.empty()) {
|
if (!spellings.empty()) {
|
||||||
|
#ifndef RCL_INDEX_STRIPCHARS
|
||||||
if (o_index_stripchars) {
|
if (o_index_stripchars) {
|
||||||
|
#else
|
||||||
|
if (true) {
|
||||||
|
#endif
|
||||||
chunk <<
|
chunk <<
|
||||||
trans("<p><i>Alternate spellings (accents suppressed): </i>")
|
trans("<p><i>Alternate spellings (accents suppressed): </i>")
|
||||||
<< "<br /><blockquote>";
|
<< "<br /><blockquote>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue