comparison src/xfns.c @ 25451:786ab5197e4b

Include <stdlib.h> if available, and declare abort only if not. Include <ctype.h>.
author Andreas Schwab <schwab@suse.de>
date Mon, 30 Aug 1999 16:10:03 +0000
parents 4404ab9c802b
children 080a7a9d6f79
comparison
equal deleted inserted replaced
25450:b5c133b3bfa0 25451:786ab5197e4b
48 #include "fontset.h" 48 #include "fontset.h"
49 #include "systime.h" 49 #include "systime.h"
50 #include "termhooks.h" 50 #include "termhooks.h"
51 51
52 #ifdef HAVE_X_WINDOWS 52 #ifdef HAVE_X_WINDOWS
53
54 #ifdef STDC_HEADERS
55 #include <stdlib.h>
56 #else
53 extern void abort (); 57 extern void abort ();
58 #endif
59 #include <ctype.h>
54 60
55 /* On some systems, the character-composition stuff is broken in X11R5. */ 61 /* On some systems, the character-composition stuff is broken in X11R5. */
56 62
57 #if defined (HAVE_X11R5) && ! defined (HAVE_X11R6) 63 #if defined (HAVE_X11R5) && ! defined (HAVE_X11R6)
58 #ifdef X11R5_INHIBIT_I18N 64 #ifdef X11R5_INHIBIT_I18N