uns_lisp: add first part of CPS transformer
This commit is contained in:
parent
7731d1136b
commit
73a9e320a5
File diff suppressed because it is too large
Load Diff
|
@ -48,6 +48,7 @@ static void after_gc(Uns_GC gc, struct uns_cheney_c89_statistics *stats)
|
|||
Uns_GC uns_lisp_gc_init(void)
|
||||
{
|
||||
Uns_GC gc = malloc(uns_gc_size);
|
||||
uns_gc_zero(gc);
|
||||
if (!uns_cheney_c89_init(gc, 512)) {
|
||||
fprintf(stderr, "Error initializing GC\n");
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue