https://github.com/JuliaLang/julia
Revision d291c8b16c632339d5fbff8bc503db27dfb4afea authored by Mosè Giordano on 12 March 2022, 02:27:48 UTC, committed by GitHub on 12 March 2022, 02:27:48 UTC
* [Make.inc] Require C11 standard

Julia effectively requires C11 because of the use of `_Atomic`.  This is shown
when compiling with `-pedantic`.

* Add missing header file needed for `ssize_t`

* Change C standard also in `contrib/julia-config.jl`
1 parent 6be86a3
History
Tip revision: d291c8b16c632339d5fbff8bc503db27dfb4afea authored by Mosè Giordano on 12 March 2022, 02:27:48 UTC
[Make.inc] Require C11 standard (#44556)
Tip revision: d291c8b
File Mode Size
startup.jl -rw-r--r-- 162 bytes
write_base_cache.jl -rw-r--r-- 376 bytes

back to top