pervognsen / bitwise

Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.
Other
5.12k stars 212 forks source link

Include stddef.h in the Ion preamble to get ptrdiff_t #30

Closed tbodt closed 6 years ago

tbodt commented 6 years ago

Without this, Ion generated code won't compile on macOS.