[libcxx-commits] [PATCH] D94569: [libcxx] Wipe some more macros that do not belong in C++ forwarding headers
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 7 10:33:44 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG401e4571060c: [libc++] Wipe some more macros that do not belong in C++ forwarding headers (authored by brad, committed by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94569/new/
https://reviews.llvm.org/D94569
Files:
libcxx/include/stdio.h
Index: libcxx/include/stdio.h
===================================================================
--- libcxx/include/stdio.h
+++ libcxx/include/stdio.h
@@ -115,6 +115,8 @@
#undef clearerr
#undef feof
#undef ferror
+#undef putchar
+#undef getchar
#endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94569.556174.patch
Type: text/x-patch
Size: 261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230907/dd4569a2/attachment.bin>
More information about the libcxx-commits
mailing list