Skip to content

Commit

Permalink
Fix compilation errors from changing rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyerho committed Aug 2, 2012
1 parent 6dba36f commit 7d72b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ fn JS_InternUCString(++cx: *JSContext, ++s: *jschar) -> *JSString;

fn JS_CompareStrings(++cx: *JSContext, ++str1: *JSString, ++str2: *JSString, ++result: *int32_t) -> JSBool;

fn JS_StringEqualsAscii(++cx: *JSContext, ++str: *JSString, ++asciiBytes: *c_char, ++match: *JSBool) -> JSBool;
fn JS_StringEqualsAscii(++cx: *JSContext, ++str: *JSString, ++asciiBytes: *c_char, ++matches: *JSBool) -> JSBool;

fn JS_PutEscapedString(++cx: *JSContext, ++buffer: *c_char, ++size: size_t, ++str: *JSString, ++quote: c_char) -> size_t;

Expand Down

0 comments on commit 7d72b51

Please sign in to comment.