From: Christoph Scholtes Date: Wed, 18 May 2011 03:00:08 +0000 (-0600) Subject: * menu.c: Include limits.h (fixes the MS-Windows build broken by X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~239^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e1f5610993de1a9522fcdca2225bc7544acc4c1;p=emacs.git * menu.c: Include limits.h (fixes the MS-Windows build broken by revision 2011-05-18T00:52:24Z!eggert@cs.ucla.edu). --- diff --git a/src/ChangeLog b/src/ChangeLog index 227da56a250..643317e9fa3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-18 Christoph Scholtes + + * menu.c: Include limits.h (fixes the MS-Windows build broken by + revision 104625). + 2011-05-18 Paul Eggert Fix some integer overflow issues, such as string length overflow.