summaryrefslogtreecommitdiff
path: root/src/input.h
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/input.h
parentd267e31dea04e714637bdc3779436ad0e3ace980 (diff)
downloadgperf-16e10a330c0bab99e776d6b86f2fc144cca7dc80.tar.gz
Provoke a compilation error if the execution character set doesn't match the
expectations.
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index 01678a2..5d51ab6 100644
--- a/src/input.h
+++ b/src/input.h
@@ -2,7 +2,7 @@
/* Input routines.
- Copyright (C) 1989-1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2002-2003 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -61,6 +61,9 @@ public:
const char * _struct_tag;
/* List of all keywords. */
Keyword_List * _head;
+ /* Whether the keyword chars would have different values in a different
+ character set. */
+ bool _charset_dependent;
};
#endif