aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.h
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-09 18:00:53 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-17 21:56:32 +0100
commit841a80bb813e6a9d424193dd6cf7fbef70f7feb6 (patch)
treed65f789a79c899ed233a2ac778740db178955409 /target.h
parentaf4d1b73c7f935eeb883eada6823758f78d7ed21 (diff)
downloadsparse-841a80bb813e6a9d424193dd6cf7fbef70f7feb6.tar.gz
add predefined macros for [u]int64_t
All LP32 archs use [u]llong and all LP64 use [u]long for these but Darwin which seems to always use [u]llong. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'target.h')
-rw-r--r--target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target.h b/target.h
index d764d418..7b1d9649 100644
--- a/target.h
+++ b/target.h
@@ -5,6 +5,8 @@ extern struct symbol *size_t_ctype;
extern struct symbol *ssize_t_ctype;
extern struct symbol *intmax_ctype;
extern struct symbol *uintmax_ctype;
+extern struct symbol *int64_ctype;
+extern struct symbol *uint64_ctype;
extern struct symbol *wchar_ctype;
extern struct symbol *wint_ctype;