From dda06c46823f390527a6efd9e6e467dd0e997114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 26 Mar 2005 11:13:06 +0000 Subject: [PATCH] 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 --- lib/roken/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/snprintf.c b/lib/roken/snprintf.c index 6c940caea..2ecf8c23a 100644 --- a/lib/roken/snprintf.c +++ b/lib/roken/snprintf.c @@ -65,7 +65,7 @@ struct snprintf_state { /* XXX - methods */ }; -#if TEST_SNPRINTF +#if defined(TEST_SNPRINTF) #include "snprintf-test.h" #endif /* TEST_SNPRINTF */