summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index aa54491..b9f2638 100644
--- a/src/config.h
+++ b/src/config.h
@@ -162,9 +162,9 @@
* Initialize a variable, unless sanitizers would detect uninitialized uses.
*/
#if __has_feature(memory_sanitizer)
-# define BFS_UNINIT(var, value) var
+# define uninit(var, value) var
#else
-# define BFS_UNINIT(var, value) value
+# define uninit(var, value) value
#endif
// Wrappers for attributes