https://issues.dlang.org/show_bug.cgi?id=24429

--- Comment #2 from Lance Bachmeier <[email protected]> ---
Same for NULL. The error message is incorrect: Error: undefined identifier
`NULL`, did you mean `null`? But if you change it to null, you get Error:
undefined identifier `null`.

Maybe stddef.h should always be included with C code. There's not much in
there, but what's there is used frequently.

--

Reply via email to