[libc-commits] [libc] [libc] Add NULL macro definitions to header files (PR #142764)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Jun 4 14:10:08 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"
----------------
michaelrj-google wrote:
these should go in the `yaml` files instead of the `.h.def` files. For an example look at `fenv.yaml`
https://github.com/llvm/llvm-project/pull/142764
More information about the libc-commits
mailing list