diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-31 05:04:29 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-31 05:04:29 +0000 |
commit | 7e04dc48fd8b42fb3951ce1736e8c229d122d48e (patch) | |
tree | 8b7ff7b8d2ab75b39b6294ca28a9579915923413 /textproc/wordnet/files/patch-ae | |
parent | Back out rev 1.31 which was never run past me, and which breaks the building (diff) |
Upgrade to 1.7. For changes see
ftp://ftp.cogsci.princeton.edu/pub/wordnet/1.7/CHANGES
Notes
Notes:
svn path=/head/; revision=49410
Diffstat (limited to 'textproc/wordnet/files/patch-ae')
-rw-r--r-- | textproc/wordnet/files/patch-ae | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/wordnet/files/patch-ae b/textproc/wordnet/files/patch-ae new file mode 100644 index 000000000000..38d94675e1a8 --- /dev/null +++ b/textproc/wordnet/files/patch-ae @@ -0,0 +1,9 @@ +--- src/lib/search.c Tue Jun 19 11:02:47 2001 ++++ src/lib/search.c Tue Oct 30 23:11:26 2001 +@@ -2051,5 +2051,5 @@ + passed and return bit mask. */ + +-unsigned int is_defined(char *searchstr, int dbase) ++unsigned long is_defined(char *searchstr, int dbase) + { + IndexPtr index; |