Minor tweak to README

This commit is contained in:
Boris Kolpackov 2022-05-25 14:47:46 +02:00
parent c2e0802100
commit 7ae9db1cf1

View File

@ -92,7 +92,7 @@ results of checks be adjusted until after the last check. For example:
``` ```
#ifndef _WIN32 #ifndef _WIN32
# cmakedefine HAVE_EXPLICIT_BZERO // Condition substitution. # cmakedefine HAVE_EXPLICIT_BZERO // Conditional substitution.
#endif #endif
#cmakedefine HAVE_EXPLICIT_MEMSET // Shares implementation with BZERO. #cmakedefine HAVE_EXPLICIT_MEMSET // Shares implementation with BZERO.