]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Check if DEBUG is defined in regex_internal.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 1 Aug 2014 08:54:41 +0000 (14:24 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 1 Aug 2014 08:54:41 +0000 (14:24 +0530)
commit78dd658a025fb16d004677284b4db0d0c0191845
tree57604f11d042cd75b46f22d08ed852ecd44eddc1
parent3f3dd810e03661535980e334723666205c693313
Check if DEBUG is defined in regex_internal.c

The DEBUG macro is checked for its value in one place and if it is
defined in another.  Make this consistent across the two cases and use
the same style that we did in mktime.c, which is to check if the macro
is defined and it is set.
ChangeLog
posix/regex_internal.c