- disable debug messages in the checked in version
This commit is contained in:
parent
be5316b66e
commit
8fcfa44ea0
@ -93,8 +93,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|||||||
# define assert(cond) while (!(cond)) { fprintf (stderr, "Assert failed at %s:%d: '%s'\n", __FILE__, __LINE__, #cond); abort(); }
|
# define assert(cond) while (!(cond)) { fprintf (stderr, "Assert failed at %s:%d: '%s'\n", __FILE__, __LINE__, #cond); abort(); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define LTDEBUG_PRINTF(x) /* debug output disabled */
|
#define LTDEBUG_PRINTF(x) /* debug output disabled */
|
||||||
#define LTDEBUG_PRINTF(x) do{ printf("LT_DEBUG: "); printf x; } while (0)
|
//#define LTDEBUG_PRINTF(x) do{ printf("LT_DEBUG: "); printf x; } while (0)
|
||||||
|
|
||||||
#include "ltdl.h"
|
#include "ltdl.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user