compilation error with STRIPCHARS set
This commit is contained in:
parent
f897f087aa
commit
807fbab91f
@ -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…
x
Reference in New Issue
Block a user