summaryrefslogtreecommitdiff
path: root/locale/programs/locfile-token.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/locfile-token.h')
-rw-r--r--locale/programs/locfile-token.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/programs/locfile-token.h b/locale/programs/locfile-token.h
index 1c3cfdc9db..b07356aebd 100644
--- a/locale/programs/locfile-token.h
+++ b/locale/programs/locfile-token.h
@@ -1,3 +1,4 @@
+
/* Copyright (C) 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>.
@@ -42,6 +43,7 @@ enum token_t
tok_escape_char,
tok_comment_char,
+ tok_charmap,
tok_end,
tok_g0esc,
tok_g1esc,
@@ -51,7 +53,7 @@ enum token_t
tok_code_set_name,
tok_mb_cur_max,
tok_mb_cur_min,
- tok_charmap,
+ tok_charconv,
tok_width,
tok_width_variable,
tok_width_default,