HAVE_BUILTIN_CLZ.patch
text/x-patch
Filename: HAVE_BUILTIN_CLZ.patch
Type: text/x-patch
Part: 5
Message:
Fix inconsistencies for v12 (pass 2)
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/port/pg_bitutils.c | 1 | 1 |
diff --git a/src/port/pg_bitutils.c b/src/port/pg_bitutils.c
index 60fb55af53..589c2f1615 100644
--- a/src/port/pg_bitutils.c
+++ b/src/port/pg_bitutils.c
@@ -28,7 +28,7 @@
* left-most the 7th bit. The 0th entry of the array should not be used.
*
* Note: this is not used by the functions in pg_bitutils.h when
- * HAVE_BUILTIN_CLZ is defined, but we provide it anyway, so that
+ * HAVE__BUILTIN_CLZ is defined, but we provide it anyway, so that
* extensions possibly compiled with a different compiler can use it.
*/
const uint8 pg_leftmost_one_pos[256] = {