[libc-commits] [libc] [libc] Add NULL macro definitions to header files (PR #142764)
via libc-commits
libc-commits at lists.llvm.org
Wed Jun 4 15:50:31 PDT 2025
================
@@ -10,8 +10,8 @@
#define LLVM_LIBC_LOCALE_H
#include "__llvm-libc-common.h"
-
#include "llvm-libc-macros/locale-macros.h"
+#include "llvm-libc-macros/null-macro.h"
----------------
saturn691 wrote:
In the existing `string.h.def` file, NULL is defined in the `.h.def`, should I modify that too?
https://github.com/llvm/llvm-project/pull/142764
More information about the libc-commits
mailing list