From 0d248200f10cee87ba12a8de9cb50eac00d6cd07 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 2 Mar 2009 18:37:16 +0000 Subject: Initialise variables. Actually make disabling of CSS dumping work. svn path=/trunk/libcss/; revision=6670 --- test/css21.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test/css21.c') diff --git a/test/css21.c b/test/css21.c index b19fc2e..47aaf2f 100644 --- a/test/css21.c +++ b/test/css21.c @@ -4,13 +4,15 @@ #include #include "stylesheet.h" -#include "dump.h" -#include "testutils.h" - #define ITERATIONS (1) -#define DUMP_HASH (1) #define DUMP_CSS (1) +#if DUMP_CSS +#include "dump.h" +#endif + +#include "testutils.h" + static void *myrealloc(void *ptr, size_t len, void *pw) { UNUSED(pw); -- cgit v1.2.3