unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* region_limit fix
@ 2012-06-29  2:29 Dmitry Antipov
  2012-06-29 16:48 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Antipov @ 2012-06-29  2:29 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs development discussions

Introduced in 108793, found when compiling with --enable-check-lisp-object-type:

editfns.c: In function 'region_limit':
editfns.c:290:14: error: type mismatch in conditional expression

In:

   return make_number (mark < BEGV ? BEGV : mark > ZV ? ZV : m);

Lisp_Object 'm' is compared with ptrdiff_t.

Fixed in 108796.

Dmitry



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-05 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29  2:29 region_limit fix Dmitry Antipov
2012-06-29 16:48 ` Stefan Monnier
2012-06-29 17:47   ` Dmitry Antipov
2012-06-30  4:09     ` Stefan Monnier
2012-07-05 16:01     ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).