From 86ce902bf68e9e49479081ae52073b35b5f65e3d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2022 15:38:37 +0200 Subject: [PATCH] Add note to README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db68301..bf145a4 100644 --- a/README.md +++ b/README.md @@ -235,9 +235,10 @@ substitution because it was already inserted as part of the preprocessed on Windows. While there is no bulletproof way to detect such situations (because the -unconditional check could be `BUILD2_AUTOCONF_LIBC_VERSION` itself), it is a -good idea for checks that are based on other checks to verify that the base -macros are in fact defined, for example: +unconditional check could be `BUILD2_AUTOCONF_LIBC_VERSION` itself; perhaps +we should only have private bases that are only accessed by the user via +derived public checks), it is a good idea for checks that are based on +other checks to verify that the base macros are in fact defined, for example: ``` // HAVE_EXPLICIT_BZERO : BUILD2_AUTOCONF_LIBC_VERSION