| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
does clang with -std=c99 build cleanly after this change? if so, maybe it may be worth (in a separate PR) adding -std=c99 to the xenial builders in .github/workflows/main.yml. that way we won't backslide ^^;; |
Sorry, something went wrong.
|
Nice catch, thanks for the fix! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For issue: #6040
This PR converges on the use of __typeof__ instead of typeof for ISO C compatibility with this GCC extension.
All uses of typeof or __typeof__ are presently confined to #if defined(__GNUC__) / #endif blocks, which should limit the impact of this change.
Details: