Re: [PATCH] Use consistent style to check DEBUG macro in regex_internal.c

2014-07-31 Thread Paul Eggert
Thanks, please apply to gnulib.

[PATCH] Use consistent style to check DEBUG macro in regex_internal.c

2014-07-31 Thread Siddhesh Poyarekar
Hi, The DEBUG macro is checked using both #if and #ifdef in regex_internal.c. Make this consistent with mktime, where we use "#if defined DEBUG && DEBUG", to be compatible with gnulib as well as glibc style. Siddhesh 2014-07-31 Siddhesh Poyarekar regex: Make #if/#ifdef usage consist