mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
switch dbg arg ordering to make it backwards compatible
This commit is contained in:
parent
6c60da2832
commit
787d7f85ac
50 changed files with 54 additions and 53 deletions
|
@ -36,7 +36,7 @@ extern "C" {
|
|||
) -> *mut c_void;
|
||||
pub fn roc_dealloc(ptr: *mut c_void, alignment: u32);
|
||||
pub fn roc_panic(c_ptr: *mut c_void, tag_id: u32);
|
||||
pub fn roc_dbg(loc: *mut c_void, src: *mut c_void, msg: *mut c_void);
|
||||
pub fn roc_dbg(loc: *mut c_void, msg: *mut c_void, src: *mut c_void);
|
||||
pub fn roc_memset(dst: *mut c_void, c: i32, n: usize) -> *mut c_void;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue