Fix Wundef warning for WIDE_CHAR_VERSION
commit059bf913b5b3c5553a3756b4d9794e2eb3ce4f25
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 15:10:46 +0000 (26 20:40 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 17:00:45 +0000 (26 22:30 +0530)
tree231ce4e0ba1fea2917df2ce7f06e95a915a816ce
parent4cf5b6d0d7c8dd40526375f384133262ed7b2ccc
Fix Wundef warning for WIDE_CHAR_VERSION

fnmatch.c defines WIDE_CHAR_VERSION as 1 for wide chars, but does not
define it for the non-wide char bits.  Define it and also undef it in
fnmatch_loop.c like all other macros.
ChangeLog
posix/fnmatch.c
posix/fnmatch_loop.c