wrap long line

This commit is contained in:
Niko Matsakis 2011-11-10 16:06:53 -08:00
parent d77968dd7c
commit 4fc34e23fa
1 changed files with 2 additions and 1 deletions

View File

@ -3833,7 +3833,8 @@ fn trans_call(in_cx: @block_ctxt, f: @ast::expr,
} }
// Translates a native call on the C stack. Calls into the runtime to perform // Translates a native call on the C stack. Calls into the runtime to perform
// the stack switching operation. Must be kept in sync with trans_native_mod(). // the stack switching operation. Must be kept in sync with
// trans_native_mod().
fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr, fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
args: [@ast::expr], dest: dest) -> @block_ctxt { args: [@ast::expr], dest: dest) -> @block_ctxt {
let ccx = bcx_ccx(bcx); let ccx = bcx_ccx(bcx);