Update llvm binaries to latest version; Update utf8proc;

This commit is contained in:
Ginger Bill
2017-03-03 11:09:37 +00:00
parent 9e8c9be1ea
commit fb2d611dcd
9 changed files with 160 additions and 87 deletions
-1
View File
@@ -25,7 +25,6 @@ append_bool :: proc(buf: []byte, b: bool) -> string {
}
append_uint :: proc(buf: []byte, u: u64, base: int) -> string {
using Int_Flag;
return append_bits(buf, u, base, false, digits, 0);
}
append_int :: proc(buf: []byte, i: i64, base: int) -> string {