From 61065e46767573ef2a84a43c4b4319a01dc0a9b0 Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 16 May 2015 14:20:55 +0800 Subject: [PATCH] =?UTF-8?q?2=E3=80=81=E3=80=90=E5=88=A0=E9=99=A4=E3=80=91?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E5=AE=8F=E5=AE=9A=E4=B9=89NULL?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- easylogger/inc/elog.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/easylogger/inc/elog.h b/easylogger/inc/elog.h index 0f46c77..2faef5f 100644 --- a/easylogger/inc/elog.h +++ b/easylogger/inc/elog.h @@ -27,10 +27,6 @@ #include #include -#ifndef NULL - #define NULL 0 -#endif - /* output log's level */ #define ELOG_LVL_ASSERT 0 #define ELOG_LVL_ERROR 1