diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx')
-rw-r--r-- | textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx b/textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx deleted file mode 100644 index 0a381fae172c..000000000000 --- a/textproc/hunspell/files/patch-src_hunspell_suggestmgr.hxx +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- src/hunspell/suggestmgr.hxx.orig -+++ src/hunspell/suggestmgr.hxx -@@ -61,8 +61,8 @@ - - private: - int testsug(char** wlst, const char * candidate, int wl, int ns, int cpdsuggest, -- int * timer, time_t * timelimit); -- int checkword(const char *, int, int, int *, time_t *); -+ int * timer, clock_t * timelimit); -+ int checkword(const char *, int, int, int *, clock_t *); - int check_forbidden(const char *, int); - - int capchars(char **, const char *, int, int); -@@ -89,8 +89,8 @@ - int movechar_utf(char **, const w_char *, int, int, int); - - int mapchars(char**, const char *, int, int); -- int map_related(const char *, int, char ** wlst, int, int, const mapentry*, int, int *, time_t *); -- int map_related_utf(w_char *, int, int, int, char ** wlst, int, const mapentry*, int, int *, time_t *); -+ int map_related(const char *, int, char ** wlst, int, int, const mapentry*, int, int *, clock_t *); -+ int map_related_utf(w_char *, int, int, int, char ** wlst, int, const mapentry*, int, int *, clock_t *); - int ngram(int n, char * s1, const char * s2, int opt); - int mystrlen(const char * word); - int leftcommonsubstring(char * s1, const char * s2); |