Merge branch 'master' into uniscribe

db4
Slava Pestov 2009-03-29 19:10:26 -05:00
commit 633669302b
3 changed files with 4 additions and 5 deletions

View File

@ -263,8 +263,9 @@ M: listener-operation invoke-command ( target command -- )
: listener-run-files ( seq -- )
[
[ \ listener-run-files ] dip
'[ _ [ run-file ] each ] call-listener
'[ _ [ run-file ] each ]
\ listener-run-files
call-listener
] unless-empty ;
: com-end ( listener -- )

View File

@ -195,8 +195,6 @@ void mark_code_block(F_CODE_BLOCK *compiled)
copy_handle(&compiled->literals);
copy_handle(&compiled->relocation);
flush_icache_for(compiled);
}
void mark_stack_frame_step(F_STACK_FRAME *frame)