From 1b67b9b68a88c3c365caa24f4edd415726948734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:11:24 +0000 Subject: run with "-pedantic" and "-std=c99": removed warnings svn path=/trunk/externals/zexy/; revision=9113 --- src/list2lists.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/list2lists.c') diff --git a/src/list2lists.c b/src/list2lists.c index a591172..d181bf8 100644 --- a/src/list2lists.c +++ b/src/list2lists.c @@ -19,7 +19,9 @@ #include "zexy.h" -//#define DEBUG +#if 0 +# define DEBUG +#endif #ifdef DEBUG # define DEBUGFUN(x) x -- cgit v1.2.1