File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
libc/src/stdio/scanf_core Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 99#ifndef LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
1010#define LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
1111
12- // has the macro subsitution failure
13- // #ifdef LIBC_FULL_BUILD
1412#include " src/__support/File/file.h"
15- // #endif
16-
1713#include " src/__support/macros/attributes.h" // For LIBC_INLINE
1814#include " src/__support/macros/config.h"
19- #include < stddef.h>
20-
21- // includes stdio.h
2215#include " hdr/types/FILE.h"
2316
17+ #include < stddef.h>
2418
25- #if !defined(LIBC_COPT_STDIO_USE_SYSTEM_FILE)
26-
27-
28- #endif
2919
3020namespace LIBC_NAMESPACE_DECL {
3121namespace scanf_core {
32-
33- #ifdef LIBC_COPT_STDIO_USE_SYSTEM_FILE
34- #endif
35-
36-
3722namespace internal {
3823
3924#if defined(LIBC_TARGET_ARCH_IS_GPU)
You can’t perform that action at this time.
0 commit comments