diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-11-10 16:06:53 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-11-16 15:16:40 -0800 |
| commit | 4fc34e23faddf02c2ed85ee97ae929b36a9aaa1b (patch) | |
| tree | 84a9e0229a98d1d13c782abe4a25eb62203255fb | |
| parent | d77968dd7c79d5d16a8ce5733a910d0018b382be (diff) | |
| download | rust-4fc34e23faddf02c2ed85ee97ae929b36a9aaa1b.tar.gz rust-4fc34e23faddf02c2ed85ee97ae929b36a9aaa1b.zip | |
wrap long line
| -rw-r--r-- | src/comp/middle/trans.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index efef85337fc..dffe0af368e 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -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 -// 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, args: [@ast::expr], dest: dest) -> @block_ctxt { let ccx = bcx_ccx(bcx); |
