DelayTop goes away
This commit is contained in:
parent
81635b48fb
commit
02fb454f3f
4
C/agc.c
4
C/agc.c
@ -322,11 +322,7 @@ mark_global(void)
|
|||||||
* to clean the global now that functors are just variables pointing to
|
* to clean the global now that functors are just variables pointing to
|
||||||
* the code
|
* the code
|
||||||
*/
|
*/
|
||||||
#if COROUTINING
|
|
||||||
pt = (CELL *)DelayTop();
|
|
||||||
#else
|
|
||||||
pt = H0;
|
pt = H0;
|
||||||
#endif
|
|
||||||
while (pt < H) {
|
while (pt < H) {
|
||||||
pt = mark_global_cell(pt);
|
pt = mark_global_cell(pt);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user