mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix on rethrow + macros.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module std::io::os @if(env::LIBC);
|
||||
module std::io::os;
|
||||
import libc;
|
||||
|
||||
fn void! native_stat(Stat* stat, String path) @if(env::DARWIN || env::LINUX)
|
||||
@@ -113,3 +113,5 @@ fn bool native_is_dir(String path)
|
||||
return native_file_or_dir_exists(path) && !native_is_file(path);
|
||||
$endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user