[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.22-7-g5827733
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v2.22-7-g5827733 |
Date: |
Thu, 31 Dec 2015 06:41:31 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 5827733ce621bb169afc4f9220cc4624124fc7ba (commit)
from 8521001643bc6a28c760552824eaea5ecee0aa8c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=5827733ce621bb169afc4f9220cc4624124fc7ba
commit 5827733ce621bb169afc4f9220cc4624124fc7ba
Author: Paul Eggert <address@hidden>
Date: Wed Dec 30 22:41:07 2015 -0800
dfa: port to tinycc
* src/dfa.c (add_utf8_anychar): Put 'const' after type.
Problem reported by Aharon Robbins in:
http://bugs.gnu.org/22260
diff --git a/src/dfa.c b/src/dfa.c
index 856a886..c99c8f1 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1667,7 +1667,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},
-----------------------------------------------------------------------
Summary of changes:
src/dfa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.22-7-g5827733,
Paul Eggert <=