gnue / NEWT0

NewtonScript
http://gnue.github.io/NEWT0
34 stars 13 forks source link

Make code 64-bits compatible #9

Closed pguyot closed 4 years ago

pguyot commented 4 years ago

Fix 64bits compatibility using size_t, ssize_t, intptr_t and uintptr_t everywhere it makes sense. newtRef are promoted to intptr_t size.

Compilation should be done with Makefile, Xcode project hasn't been updated.

Two significant changes were brought:

The code should continue to compile on 32 bits platforms.