I am working on this tutorial on building your own LISP (http://www.buildyourownlisp.com/chapter4_interactive_prompt) and for some reason when I try to compile I get this:
Using OSX Yosemite. I removed #include
#include
and then used cc -std=c99 -Wall test.c -ledit -o test
cc -std=c99 -Wall test.c -ledit -o test
Works fine now