1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00

* regex.c (EXTEND_BUFFER): Change order of pointer addition

operations, to avoid having the difference between pointers
overflow.
This commit is contained in:
Chong Yidong 2008-03-26 22:53:47 +00:00
parent 80e3db569f
commit 3cf8cdfbc6

View file

@ -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.