[libc-commits] [libc] [libc]: Clean up unnecessary function pointers in scanf (PR #121215)
Vinay Deshmukh via libc-commits
libc-commits at lists.llvm.org
Sat Jan 18 15:52:30 PST 2025
================
@@ -9,15 +9,73 @@
#ifndef LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
#define LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
+// has the macro subsitution failure
+// #ifdef LIBC_FULL_BUILD
+#include "src/__support/File/file.h"
----------------
vinay-deshmukh wrote:
See https://github.com/llvm/llvm-project/pull/121215#discussion_r1921280522 for fix
https://github.com/llvm/llvm-project/pull/121215
More information about the libc-commits
mailing list