mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Add missing require_results attr
This commit is contained in:
@@ -99,6 +99,7 @@ get_build_arch_from_string :: proc(str: string) -> Odin_Arch_Type {
|
|||||||
return .Unknown
|
return .Unknown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@require_results
|
||||||
parse_file_tags :: proc(file: ast.File) -> (tags: File_Tags) {
|
parse_file_tags :: proc(file: ast.File) -> (tags: File_Tags) {
|
||||||
if file.docs == nil {
|
if file.docs == nil {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user