summaryrefslogtreecommitdiff
path: root/vsprintf.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2013-07-16 12:18:59 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2013-07-16 12:18:59 +0200
commit76da831a4159a58cd321328498496e772e3b4afc (patch)
treea51312b2b87214d8b8fea182fbb8e6008ee0b6ae /vsprintf.c
parentb51f364c4241aa247a7a22f92c06f1f1a4ab99b4 (diff)
downloadstrace-76da831a4159a58cd321328498496e772e3b4afc.tar.gz
strace-76da831a4159a58cd321328498496e772e3b4afc.tar.bz2
strace-76da831a4159a58cd321328498496e772e3b4afc.tar.xz
Group USE_CUSTOM_PRINTF define with other tweakables
No code changes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'vsprintf.c')
-rw-r--r--vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprintf.c b/vsprintf.c
index f6019f0..92fe1a7 100644
--- a/vsprintf.c
+++ b/vsprintf.c
@@ -11,7 +11,7 @@
#include "defs.h"
-#ifdef USE_CUSTOM_PRINTF
+#if USE_CUSTOM_PRINTF
#include <stdarg.h>
#include <limits.h>