summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/src/gen-perf.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-13 12:04:55 +0000
committerobrien <obrien@FreeBSD.org>2000-10-13 12:04:55 +0000
commit0bdce46a07b97a95e39e8b8ff75500596236ec27 (patch)
tree6b2d01925752517a8ca051b22675c1754fd9efe3 /contrib/gperf/src/gen-perf.h
parent533744c77137b94ed05e2ca445ba97d71c79ee5f (diff)
downloadFreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.zip
FreeBSD-src-0bdce46a07b97a95e39e8b8ff75500596236ec27.tar.gz
Virgin import of gperf v2.7.2.
Diffstat (limited to 'contrib/gperf/src/gen-perf.h')
-rw-r--r--contrib/gperf/src/gen-perf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gperf/src/gen-perf.h b/contrib/gperf/src/gen-perf.h
index 09b8727..602d160 100644
--- a/contrib/gperf/src/gen-perf.h
+++ b/contrib/gperf/src/gen-perf.h
@@ -3,7 +3,7 @@
/* Provides high-level routines to manipulate the keyword list
structures the code generation output.
- Copyright (C) 1989-1998 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is part of GNU GPERF.
@@ -38,7 +38,7 @@ private:
void change (List_Node *prior, List_Node *curr);
int affects_prev (char c, List_Node *curr);
static int hash (List_Node *key_node);
- static int compute_disjoint_union (const char *set_1, const char *set_2, char *set_3);
+ static int compute_disjoint_union (const char *set_1, int size_1, const char *set_2, int size_2, char *set_3);
static void sort_set (char *union_set, int len);
public:
OpenPOWER on IntegriCloud