blob: 70691c577675bd391a69bd087107586ee0915d0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2002/01/15 01:05:57 wiz Exp $
--- src/spell-check.c.orig Fri Oct 6 19:46:38 2000
+++ src/spell-check.c
@@ -23,6 +23,7 @@
#include <ctype.h>
#include <gnome.h>
+#define USE_ORIGINAL_MANAGER_FUNCS
#include <pspell/pspell.h>
#include <stdio.h>
|