Skip to content

Commit

Permalink
mach: use 64-bit error handlers (JuliaLang#44837)
Browse files Browse the repository at this point in the history
While the legacy (32-bit) handlers still will work, we should switch to
the modern handlers.
  • Loading branch information
vtjnash committed Apr 7, 2022
1 parent 5f2abf6 commit d127b5e
Show file tree
Hide file tree
Showing 3 changed files with 945 additions and 41 deletions.
1 change: 1 addition & 0 deletions contrib/add_license_to_files.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const skipfiles = [
"../src/support/tzfile.h",
"../src/support/utf8.c",
"../src/crc32c.c",
"../src/mach_excUser.c",
]

const ext_prefix = Dict([
Expand Down
Loading

0 comments on commit d127b5e

Please sign in to comment.