mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 17:54:45 +00:00
The two issues with the previous approach were that: 1. `check_symbol_exists` would store "1" or "" into variable `off_t` rather than string "off_t", and 2. (`check_symbol_exists` would not find `off_t` or `size_t` on modern Linux). Was reported with NetBSD 9.3. `size_t` is part of C99 (which Expat requires), so only the `off_t` half remains. |
||
---|---|---|
.. | ||
workflows | ||
dependabot.yml |