1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Merge from trunk.

This commit is contained in:
Paul Eggert 2011-07-13 23:41:47 -07:00
commit cf950e6bbd
51 changed files with 453 additions and 162 deletions

View file

@ -4500,7 +4500,7 @@ mmap_init (void)
is at END - 1. */
static struct mmap_region *
mmap_find (POINTER_TYPE *start, POINTER_TYPE *end);
mmap_find (POINTER_TYPE *start, POINTER_TYPE *end)
{
struct mmap_region *r;
char *s = (char *) start, *e = (char *) end;