summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-28 10:08:35 +0000
committerBruno Haible <bruno@clisp.org>2003-04-28 10:08:35 +0000
commit16e10a330c0bab99e776d6b86f2fc144cca7dc80 (patch)
tree4030e980cd322f07c166f83ad7bef1013a3c93e4 /src/main.cc
parentd267e31dea04e714637bdc3779436ad0e3ace980 (diff)
downloadgperf-16e10a330c0bab99e776d6b86f2fc144cca7dc80.tar.gz
Provoke a compilation error if the execution character set doesn't match the
expectations.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 4248766..7245b40 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -1,5 +1,5 @@
/* Driver program for the hash function generator
- Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -102,6 +102,7 @@ main (int argc, char *argv[])
inputter._verbatim_code,
inputter._verbatim_code_end,
inputter._verbatim_code_lineno,
+ inputter._charset_dependent,
searcher._total_keys,
searcher._max_key_len,
searcher._min_key_len,