aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-16 12:43:35 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-16 12:43:35 +0800
commit442e485824c87bbef95836be1f3a0f6d86386445 (patch)
tree29bdb9a4f67303bf93209e95df6fee7dbcad431a /const.h
parent3c520b2038e749e545a98f6b77c52f74eedb0e40 (diff)
storage calc & sizeof
Diffstat (limited to 'const.h')
-rw-r--r--const.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/const.h b/const.h
index 88a28a4..cd65eaa 100644
--- a/const.h
+++ b/const.h
@@ -30,6 +30,7 @@ enum {
#define MAX_ERROR_BUFF 1024
#define INT_SIZE 4
#define CHAR_SIZE 1
+#define PTR_SIZE 4
#define FLAG_FUNC_CHK (1 << 0)
#define FLAG_FUNC_DEF (1 << 1)
#endif