mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
Eliminate return value of string init
This commit is contained in:
parent
e0a86e6089
commit
5c028a3ded
2 changed files with 1001 additions and 1058 deletions
|
@ -39,7 +39,6 @@ macro_rules! STRING_INIT {
|
|||
$string.pointer = $string.start;
|
||||
$string.end = $string.start.wrapping_add(16);
|
||||
memset($string.start as *mut libc::c_void, 0, 16);
|
||||
OK
|
||||
}};
|
||||
}
|
||||
|
||||
|
|
2058
src/scanner.rs
2058
src/scanner.rs
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue