Skip to content

Commit 58bcf6a

Browse files
committed
Fix missed SPLIT->MODULAR rename
1 parent 68ff227 commit 58bcf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/stdio/printf_core/vfprintf_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ LIBC_INLINE int vfprintf_internal_modular(::FILE *__restrict stream,
8787
LIBC_INLINE int vfprintf_internal(::FILE *__restrict stream,
8888
const char *__restrict format,
8989
internal::ArgList &args) {
90-
#ifdef LIBC_COPT_PRINTF_SPLIT
90+
#ifdef LIBC_COPT_PRINTF_MODULAR
9191
__asm__ __volatile__(".reloc ., BFD_RELOC_NONE, __printf_float");
9292
#endif
9393
return vfprintf_internal_modular(stream, format, args);

0 commit comments

Comments
 (0)