aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
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