Add missing require_results attr

This commit is contained in:
Damian Tarnawski
2024-08-12 15:24:49 +02:00
parent 7862460374
commit 39bdf4d710

View File

@@ -99,6 +99,7 @@ get_build_arch_from_string :: proc(str: string) -> Odin_Arch_Type {
return .Unknown
}
@require_results
parse_file_tags :: proc(file: ast.File) -> (tags: File_Tags) {
if file.docs == nil {
return