From bcde104dd124eb8d105b361c349cfeee29d5bfcf Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 20 Oct 2013 04:18:52 +0900 Subject: [PATCH] cleanup --- include/picconf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/picconf.h b/include/picconf.h index 56e42e0f..d012dc26 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -17,11 +17,10 @@ /* enable all debug flags */ #define DEBUG 1 + #if DEBUG # define GC_DEBUG 1 # define VM_DEBUG 1 #endif - #endif -