From 3c520b2038e749e545a98f6b77c52f74eedb0e40 Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 16 Apr 2014 03:32:53 +0800 Subject: ... --- const.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'const.h') diff --git a/const.h b/const.h index 29d1123..88a28a4 100644 --- a/const.h +++ b/const.h @@ -30,4 +30,6 @@ enum { #define MAX_ERROR_BUFF 1024 #define INT_SIZE 4 #define CHAR_SIZE 1 +#define FLAG_FUNC_CHK (1 << 0) +#define FLAG_FUNC_DEF (1 << 1) #endif -- cgit v1.2.3