From 53c0e810e5c34cb89c73c6b79b31dfa53b14f90f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 8 Oct 2002 09:38:29 +0000 Subject: [project @ 2002-10-08 09:38:29 by bursa] LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41 --- render/layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index 44baa4cef..f9e29bb90 100644 --- a/render/layout.c +++ b/render/layout.c @@ -1,5 +1,5 @@ /** - * $Id: layout.c,v 1.19 2002/09/26 21:38:33 bursa Exp $ + * $Id: layout.c,v 1.20 2002/10/08 09:38:29 bursa Exp $ */ #include @@ -14,7 +14,7 @@ #include "netsurf/render/utils.h" #include "netsurf/render/layout.h" -/* #define DEBUG_LAYOUT */ +#define DEBUG_LAYOUT /** * internal functions -- cgit v1.2.3