Mercurial > emacs
changeset 93265:e0ebf2441a57
* regex.c (EXTEND_BUFFER): Change order of pointer addition
operations, to avoid having the difference between pointers
overflow.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 26 Mar 2008 22:53:47 +0000 |
parents | 6b2d6832b219 |
children | 6a347c175702 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 26 20:46:47 2008 +0000 +++ b/src/ChangeLog Wed Mar 26 22:53:47 2008 +0000 @@ -1,3 +1,9 @@ +2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change) + + * regex.c (EXTEND_BUFFER): Change order of pointer addition + operations, to avoid having the difference between pointers + overflow. + 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> * indent.c (check_display_width): New fun.