diff options
Diffstat (limited to 'lib/uniwbrk/wbrktable.h')
-rw-r--r-- | lib/uniwbrk/wbrktable.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/uniwbrk/wbrktable.h b/lib/uniwbrk/wbrktable.h index cf39bad..f96ce68 100644 --- a/lib/uniwbrk/wbrktable.h +++ b/lib/uniwbrk/wbrktable.h @@ -1,5 +1,5 @@ /* Word break auxiliary table. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2009. This program is free software: you can redistribute it and/or @@ -22,6 +22,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ -extern const unsigned char uniwbrk_table[12][12]; +extern const int uniwbrk_prop_index[22]; +extern const unsigned char uniwbrk_table[14][14]; |