Allow compilation after refactoring

This commit is contained in:
Justin Ethier 2020-08-07 19:51:08 -04:00
parent bfd2c8512d
commit 8047da95d2

View file

@ -1,3 +1,4 @@
#include "cyclone/types.h"
void start_c_thread(gc_thread_data *thd);
object c_trampoline(gc_thread_data *parent_thd, object fnc, object arg);