mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Added a comment
This commit is contained in:
parent
56a37d3900
commit
3566096ab2
1 changed files with 1 additions and 0 deletions
|
@ -995,6 +995,7 @@ typedef union {
|
|||
} common_type;
|
||||
|
||||
static void dispatch(int argc, closure func, object cont, object args) {
|
||||
// TODO: this approach is problematic due to GC. need to figure out something else:
|
||||
// object buf, tmp;
|
||||
// int i;
|
||||
//printf("%d %d ", sizeof(buf), sizeof(buf[0]));
|
||||
|
|
Loading…
Add table
Reference in a new issue