Skip to content

Commit

Permalink
Add missing require_results attr
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Aug 12, 2024
1 parent e6c8b0c commit 3f700e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/odin/parser/file_tags.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f700e2

Please sign in to comment.