mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
Remove @(require_results) from os.read_directory_iterator
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -279,6 +279,9 @@ demo.bin
|
||||
libLLVM*.so*
|
||||
*.a
|
||||
|
||||
# WASM
|
||||
*.wasm
|
||||
|
||||
# shared collection
|
||||
shared/
|
||||
|
||||
|
||||
@@ -195,7 +195,6 @@ Example:
|
||||
}
|
||||
}
|
||||
*/
|
||||
@(require_results)
|
||||
read_directory_iterator :: proc(it: ^Read_Directory_Iterator) -> (fi: File_Info, index: int, ok: bool) {
|
||||
if it.f == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user