From 210f77d2c32f14d2e99577fd3c9842bb19d47e50 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Mon, 19 Sep 2016 21:14:58 +0000 Subject: Moved most modules into lib --- chill/include/chilldebug.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 chill/include/chilldebug.h (limited to 'chill/include/chilldebug.h') diff --git a/chill/include/chilldebug.h b/chill/include/chilldebug.h deleted file mode 100644 index 865f1f6..0000000 --- a/chill/include/chilldebug.h +++ /dev/null @@ -1,15 +0,0 @@ - -// a central place to turn on debugging messages - -// enable the next line to get lots of output -//#define DEBUGCHILL -#ifndef DEBUGCHILL_H -#define DEBUGCHILL_H - -#ifdef DEBUGCHILL -#define DEBUG_PRINT(args...) fprintf(stderr, args ) -#else -#define DEBUG_PRINT(args...) do {} while(0) /* Don't do anything */ -#endif - -#endif -- cgit v1.2.3-70-g09d2