]> Savannah Git Hosting - gnulib.git/commit
maint.mk: _gl_TS_function_match: fix "extern" name extracting regexp
authorJim Meyering <meyering@fb.com>
Sun, 18 Oct 2015 02:18:01 +0000 (19:18 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 18 Oct 2015 03:33:36 +0000 (20:33 -0700)
commit37c054af09357276eb560990eba1f20cdc489bfc
treef067bbd5d449d4c38ae1412ccad7172d1af14bf1
parent3ef58f46faf45a574ffe583e206715787ab283f2
maint.mk: _gl_TS_function_match: fix "extern" name extracting regexp

* top/maint.mk (_gl_TS_function_match): This heuristic extern-function-
name-extraction regexp mistakenly used \S+, and would mistakenly
extract "*F" from "extern int *F()" rather than the desired "F".
Use \w+ instead.
ChangeLog
top/maint.mk