]> Savannah Git Hosting - gnulib.git/commit
wchar: fix bug when checking for ‘inline’
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2018 01:57:01 +0000 (18:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2018 01:58:19 +0000 (18:58 -0700)
commit285334ca5ac8f537bc183abd121aa68984e5a515
treecf6da0717a54a70da14351fd6574b51f50c419c8
parent62d06fd3eac78b183335328449b8407bc4771150
wchar: fix bug when checking for ‘inline’

I discovered this when looking into using the regex module
with Emacs.
* m4/wchar_h.m4 (gl_WCHAR_H_INLINE_OK): Fix bug introduced in
2016-08-17T23:09:38Z!skunk@iSKUNK.ORG; the code compiled
conftest1.c and conftest2.c but these files were not created.
As far as I can see, this check never worked and nobody reported
it until now, which is a bit worrisome.
ChangeLog
m4/wchar_h.m4