aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-02 19:41:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-02 19:41:25 +0200
commit541c3b0f4ee309e862185a41f4197197760b336b (patch)
treee3976627e31102dd2341844bb8eeb8969085a2e9 /dfa.c
parent0122571e049073622d9f0bb6eaeed5f52abd38bc (diff)
parent640d55ecdaced9e826a95a0bce4c65a3e5965cae (diff)
downloadegawk-541c3b0f4ee309e862185a41f4197197760b336b.tar.gz
egawk-541c3b0f4ee309e862185a41f4197197760b336b.tar.bz2
egawk-541c3b0f4ee309e862185a41f4197197760b336b.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dfa.c b/dfa.c
index 12b388d1..b7ad51eb 100644
--- a/dfa.c
+++ b/dfa.c
@@ -1,5 +1,5 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2015 Free Software
+ Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2016 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -1694,7 +1694,7 @@ addtok_wc (wint_t wc)
static void
add_utf8_anychar (void)
{
- static const charclass utf8_classes[5] = {
+ static charclass const utf8_classes[5] = {
/* 80-bf: non-leading bytes. */
{0, 0, 0, 0, CHARCLASS_WORD_MASK, CHARCLASS_WORD_MASK, 0, 0},