diff options
Diffstat (limited to 'graphics/ocrad/files/patch-character.h')
-rw-r--r-- | graphics/ocrad/files/patch-character.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/ocrad/files/patch-character.h b/graphics/ocrad/files/patch-character.h new file mode 100644 index 000000000000..5dacbaf8555a --- /dev/null +++ b/graphics/ocrad/files/patch-character.h @@ -0,0 +1,10 @@ +--- character.h.orig Sun Nov 16 17:40:28 2003 ++++ character.h Sun Nov 16 17:40:44 2003 +@@ -64,6 +64,7 @@ + void swap_guesses( int i, int j ) throw(); + const Guess & guess( int i ) const throw(); + int guesses() const throw() { return _guess.size(); } ++#undef isalnum + bool isalnum() const throw(); + + void join( Character & c ) throw(); |