Paul Eggert <egg...@cs.ucla.edu> writes: > 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.
In stddef.h we already replace NULL for NetBSD 5.0, so I don't think it should be that bad. Although that is very old and probably doesn't get tested. > Why not use nullptr instead? It's the modern replacement. Does AIX support C23? Collin