Pretty-print for new arg-mode syntax

This commit is contained in:
Marijn Haverbeke
2011-09-12 12:39:38 +02:00
parent 5bc424e4ea
commit ca1df2b111
61 changed files with 311 additions and 250 deletions

View File

@@ -27,7 +27,7 @@ native "cdecl" mod libc = "" {
fn setenv(n: str::sbuf, v: str::sbuf, overwrite: int) -> int;
fn unsetenv(n: str::sbuf) -> int;
fn pipe(buf: *mutable int) -> int;
fn waitpid(pid: int, status: &mutable int, options: int) -> int;
fn waitpid(pid: int, &status: int, options: int) -> int;
}
mod libc_constants {