11 lines
294 B
Diff
11 lines
294 B
Diff
|
--- WordNet-3.0/src/stubs.c.orig 2021-12-12 15:32:32.165968570 +0000
|
||
|
+++ WordNet-3.0/src/stubs.c 2021-12-12 15:32:51.665783930 +0000
|
||
|
@@ -10,6 +10,7 @@
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
+#define USE_INTERP_RESULT 1
|
||
|
#include <tcl.h>
|
||
|
#include <tk.h>
|
||
|
#include <wn.h>
|