Siddhesh Poyarekar wrote:
-#if DEBUG +#ifdef DEBUG
I'd rather not have this minor issue cause divergence between glibc and gnulib, so I suggest that you change it to "#if defined DEBUG && DEBUG", which should work under both regimes.
Siddhesh Poyarekar wrote:
-#if DEBUG +#ifdef DEBUG
I'd rather not have this minor issue cause divergence between glibc and gnulib, so I suggest that you change it to "#if defined DEBUG && DEBUG", which should work under both regimes.