[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 593c367: * src/alloc.c: Fix comment.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 593c367: * src/alloc.c: Fix comment. |
Date: |
Fri, 18 May 2018 18:54:21 -0400 (EDT) |
branch: master
commit 593c367b0727affc739832ab4f4bdb9d7dd1ddd7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
* src/alloc.c: Fix comment.
---
src/alloc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/alloc.c b/src/alloc.c
index 231ade5..d959c55 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -508,8 +508,8 @@ pointer_align (void *ptr, int alignment)
DEFINE_KEY_OPS_AS_MACROS, for performance in that case.
The macro_* macros are private to this section of code. */
-/* Add a pointer an an integer without complaint about a pointer going
- out of range of the underlying array. */
+/* Add a pointer P to an integer I without gcc -fsanitize complaining
+ about the result being out of range of the underlying array. */
#define macro_PNTR_ADD(p, i) ((p) + (i))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 593c367: * src/alloc.c: Fix comment.,
Paul Eggert <=