Skip to content

Commit e8761c4

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5938 b: refs/heads/master c: 6910552 h: refs/heads/master v: v3
1 parent 3fd1450 commit e8761c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 12ab0d66f5eadf4a242f336f5421c388da880e76
2+
refs/heads/master: 6910552698aabbc93576d003ca1376e8cfe0439d

trunk/src/lib/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export eq, lteq, hash, is_empty, is_not_empty, is_whitespace, byte_len, index,
77
str_from_cstr, sbuf, as_buf, push_byte, utf8_char_width, safe_slice,
88
contains;
99

10-
native "rust" mod rustrt {
10+
native "c-stack-cdecl" mod rustrt {
1111
fn rust_str_push(&s: str, ch: u8);
1212
}
1313

0 commit comments

Comments
 (0)