[libc-commits] [PATCH] D94642: [libc] Use #undef isascii in specific header

Roland McGrath via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 14 13:17:23 PST 2021


mcgrathr added a comment.

That plan sounds good to me.  There is no way to fold `#undef` into a macro, so you can't avoid a little bit of boilerplate unless you generate the source code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94642/new/

https://reviews.llvm.org/D94642



More information about the libc-commits mailing list