diff options
Diffstat (limited to 'unicode/wordbreaktest.C')
| -rw-r--r-- | unicode/wordbreaktest.C | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/unicode/wordbreaktest.C b/unicode/wordbreaktest.C index a7aaa6a..72d2b14 100644 --- a/unicode/wordbreaktest.C +++ b/unicode/wordbreaktest.C @@ -1,5 +1,5 @@  #include	"unicode_config.h" -#include	"unicode.h" +#include	"courier-unicode.h"  #include	<iostream>  #include	<fstream> @@ -21,7 +21,7 @@ public:  	{  		unicode::wordbreak_callback_base::operator()(b, e);  	} -	 +  	using unicode::wordbreak_callback_base::operator<<;  private: @@ -48,7 +48,7 @@ static void testsuite()  		if (std::getline(fp, buf).eof() && buf.empty())  			break; -	        +  		++linenum;  		buf.erase(std::find(buf.begin(), buf.end(), '#'), buf.end()); | 
