On 2023-09-04 15:44, Bruno Haible wrote:
- fs = 0; + fs = NULL;
This use of 0 probably dates back to when the GNU Coding Standards said, in effect "Don't bother changing 0 to NULL when it doesn't affect semantics."
I've been gradually switching code to use nullptr instead of NULL, so that GNU code won't be stuck in the 2010s.