~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to snowball/include/libstemmer.h

  • Committer: richard
  • Date: 2005-08-24 09:40:38 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:348
Change sb_symbol to "unsigned char" to match the internal "symbol" type.
This fixes a warning reported by GCC 4.0, so compilation completes with
no warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#endif
6
6
 
7
7
struct sb_stemmer;
8
 
typedef char sb_symbol;
 
8
typedef unsigned char sb_symbol;
9
9
 
10
10
/* FIXME - should be able to get a version number for each stemming
11
11
 * algorithm (which will be incremented each time the output changes). */