diff options
Diffstat (limited to 'unix/mpyconfig.h')
-rw-r--r-- | unix/mpyconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h index 3ab17e6ca..605b2324e 100644 --- a/unix/mpyconfig.h +++ b/unix/mpyconfig.h @@ -8,6 +8,8 @@ // type definitions for the specific machine +#define BYTES_PER_WORD (8) + typedef int64_t machine_int_t; // must be pointer size typedef uint64_t machine_uint_t; // must be pointer size typedef void *machine_ptr_t; // must be of pointer size |