On 11/13/24 23:09, Bruno Haible via Gnulib discussion list wrote:
Maybe we should override NULL on this platform (where it is defined as 0)?
I wouldn't mess with NULL, as too much oddball stuff depends on it. Why not use nullptr instead? It's the modern replacement.