commit | d276f6357ea3578d091d971de13cc1ec7d440958 | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Tue Oct 22 16:05:47 2013 +0100 |
committer | Damien <damien.p.george@gmail.com> | Tue Oct 22 16:05:47 2013 +0100 |
tree | f31ba5fa919e909eccdbb070d8ebbffbf4d64c48 | |
parent | f086ecf57c407644f369a35a763b703e31e87736 [diff] [blame] |
Get unix version compling.
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h index 3ab17e6..605b232 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