diff options
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 9b33e5ffe..312d5cbc5 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1455,7 +1455,9 @@ void Fl_Help_View::format() { popfont(font, fsize, fcolor); + //#if defined(__GNUC__) //#warning FIXME this isspace & 255 test will probably not work on a utf8 stream... And we use it everywhere! + //#endif /*__GNUC__*/ while (isspace((*ptr)&255)) ptr ++; |
