@@ -46,14 +46,13 @@
#define dh_ctype(t) dh_ctype_##t
#ifdef COMPILING_PER_TARGET
-# ifdef TARGET_LONG_BITS
-# if TARGET_LONG_BITS == 32
-# define dh_alias_tl i32
-# define dh_typecode_tl dh_typecode_i32
-# else
-# define dh_alias_tl i64
-# define dh_typecode_tl dh_typecode_i64
-# endif
+# include "exec/target_long.h"
+# if TARGET_LONG_BITS == 32
+# define dh_alias_tl i32
+# define dh_typecode_tl dh_typecode_i32
+# else
+# define dh_alias_tl i64
+# define dh_typecode_tl dh_typecode_i64
# endif
# define dh_ctype_tl target_ulong
#endif /* COMPILING_PER_TARGET */