aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-16 03:32:53 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-16 03:32:53 +0800
commit3c520b2038e749e545a98f6b77c52f74eedb0e40 (patch)
tree18ff0df9a934cc4ffde490c9bef0fb328aa9b24f /const.h
parentad83151b81584d15966d620a93430a723fee8200 (diff)
...
Diffstat (limited to 'const.h')
-rw-r--r--const.h2
1 files changed, 2 insertions, 0 deletions
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