Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c51453d9
Commit
c51453d9
authored
May 06, 2011
by
Eli Zaretskii
Browse files
Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.
src/lread.c: Include limits.h.
parent
6d153f56
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/lread.c
src/lread.c
+1
-0
No files found.
src/ChangeLog
View file @
c51453d9
2011-05-06 Eli Zaretskii <eliz@gnu.org>
* lread.c: Include limits.h (fixes the MS-Windows build broken by
2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
* image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
...
...
src/lread.c
View file @
c51453d9
...
...
@@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
#include <sys/file.h>
#include <errno.h>
#include <limits.h>
/* for CHAR_BIT */
#include <setjmp.h>
#include "lisp.h"
#include "intervals.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment