bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Define DEBUG by default in mktime.c


From: Paul Eggert
Subject: Re: Define DEBUG by default in mktime.c
Date: Fri, 27 Jun 2014 01:54:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]