carld / micro-lisp

๐ŸŽ„A very small Lisp programming language ๐Ÿ˜€that used to be under 200 lines of C๐ŸŽ„
MIT License
798 stars 69 forks source link

Requires <stdint.h> #10

Closed hxtk closed 6 years ago

hxtk commented 6 years ago

On gcc (GCC) 7.2.0 from ArchLinux standard repositories (core/gcc), it fails to compile as written.

uintptr_t is not defined without the stdint.h header. Including that header allowed the program to compile without errors.