blob: fceb7df67a6998966489797744d473b779050004 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aj,v 1.1 2005/10/27 00:18:51 rillig Exp $
To understand recursion, you first have to understand recursion.
--- modules/speller/default/readonly_ws.cpp.orig 2005-06-26 02:43:33.000000000 +0200
+++ modules/speller/default/readonly_ws.cpp 2005-10-27 01:59:36.217186900 +0200
@@ -721,7 +721,7 @@ namespace {
struct WordLookupParms {
const char * block_begin;
WordLookupParms() {}
- typedef Vector<u32int> Vector;
+ typedef aspeller::Vector<u32int> Vector;
typedef u32int Value;
typedef const char * Key;
static const bool is_multi = false;
|