use defined(TEST_SNPRINTF) like on all other places in the same file
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14686 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -65,7 +65,7 @@ struct snprintf_state {
|
|||||||
/* XXX - methods */
|
/* XXX - methods */
|
||||||
};
|
};
|
||||||
|
|
||||||
#if TEST_SNPRINTF
|
#if defined(TEST_SNPRINTF)
|
||||||
#include "snprintf-test.h"
|
#include "snprintf-test.h"
|
||||||
#endif /* TEST_SNPRINTF */
|
#endif /* TEST_SNPRINTF */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user