aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 67b39c5e57d..2d5faf761c4 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -105,7 +105,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
105 or a new vector block is allocated (allocate_vector_from_block). 105 or a new vector block is allocated (allocate_vector_from_block).
106 Accordingly, objects reused from the free list are unpoisoned. 106 Accordingly, objects reused from the free list are unpoisoned.
107 107
108 This feature can be disabled wtih the run-time flag 108 This feature can be disabled with the run-time flag
109 `allow_user_poisoning' set to zero. */ 109 `allow_user_poisoning' set to zero. */
110#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \ 110#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \
111 && !defined GC_ASAN_POISON_OBJECTS 111 && !defined GC_ASAN_POISON_OBJECTS