Added a TODO

This commit is contained in:
Justin Ethier 2016-08-26 04:00:28 -04:00
parent 9fe2e1b90b
commit 0e820f9794

View file

@ -933,7 +933,7 @@ object Cyc_heap_alloc_port(void *data)
int heap_grown;
p = gc_alloc(Cyc_heap,
sizeof(port_type),
boolean_f, // OK to populate manually over here
TODO: no, need an actual port object for this guy... guess we'll pass it in? //boolean_f, // OK to populate manually over here
(gc_thread_data *)data,
&heap_grown);
return p;