mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2a0e4eb412
WordNet is a powerful lexical reference system that combines aspects of dictionaries and thesauri with current psycholinguistic theories of human lexical memory. It is produced by the Cognitive Science Laboratory at Princeton University, under the direction of Professor George Miller. PR: 17016 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
--- src/lib/wnutil.c Thu Feb 19 12:15:09 1998
|
|
+++ src/lib/wnutil.c Sat Feb 26 16:14:08 2000
|
|
@@ -10,3 +10,3 @@
|
|
#ifdef UNIX
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|