Error when compiling with the CE C toolchain
Joshanson527 opened this issue · 1 comments
Joshanson527 commented
Errors received when compiling:
[compiling] src\commands.cpp
src/commands.cpp:113:20: error: use of undeclared identifier 'tDisp'
if (command == tDisp) commandDisp(node->child);
__________________^
1 error generated.
make: *** [obj/src/commands.cpp.bc] Error 1
Still learning C so I don't really know what to do
Edit: the underscores are there to space the pointer where it should be
PeterTillema commented
Fixed with bd1fd60