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
67ba84d1
Commit
67ba84d1
authored
Aug 30, 1999
by
Andreas Schwab
Browse files
Include <stdlib.h> if available, and declare abort only if not. Include
<ctype.h>.
parent
f5969ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/xfns.c
src/xfns.c
+6
-0
No files found.
src/xfns.c
View file @
67ba84d1
...
...
@@ -50,7 +50,13 @@ Boston, MA 02111-1307, USA. */
#include "termhooks.h"
#ifdef HAVE_X_WINDOWS
#ifdef STDC_HEADERS
#include <stdlib.h>
#else
extern void abort ();
#endif
#include <ctype.h>
/* On some systems, the character-composition stuff is broken in X11R5. */
...
...
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