mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added more debugging
This commit is contained in:
parent
8fe0876265
commit
efb11319a0
1 changed files with 4 additions and 0 deletions
4
test.c
4
test.c
|
@ -1252,6 +1252,10 @@ c_73403.num_elt = 1;
|
|||
c_73403.elts = (object *)alloca(sizeof(object) * 1);
|
||||
c_73403.elts[0] = ((closureN)self_73159)->elts[0];
|
||||
|
||||
printf("debug(65) - ");
|
||||
Cyc_display(((closureN)self_73159)->elts[0]);
|
||||
printf("\n");
|
||||
|
||||
return_funcall2( __glo_eval2, &c_73403, r_73105);;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue