diff options
author | Damien <damien.p.george@gmail.com> | 2013-10-22 16:05:47 +0100 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-10-22 16:05:47 +0100 |
commit | d276f6357ea3578d091d971de13cc1ec7d440958 (patch) | |
tree | f31ba5fa919e909eccdbb070d8ebbffbf4d64c48 /unix/mpyconfig.h | |
parent | f086ecf57c407644f369a35a763b703e31e87736 (diff) |
Get unix version compling.
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 |