mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Provoke a compilation error if the execution character set doesn't match the
expectations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user