comparison src/editfns.c @ 40699:d51d2fa675d0

Move the include of ctype.h after unistd.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Nov 2001 03:20:10 +0000
parents cdfd4d09b79a
children fee88c193206
comparison
equal deleted inserted replaced
40698:7d5b0d5f95c3 40699:d51d2fa675d0
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 22
23 #include <config.h> 23 #include <config.h>
24 #include <ctype.h>
25 #include <sys/types.h> 24 #include <sys/types.h>
26 25
27 #ifdef VMS 26 #ifdef VMS
28 #include "vms-pwd.h" 27 #include "vms-pwd.h"
29 #else 28 #else
31 #endif 30 #endif
32 31
33 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
34 #include <unistd.h> 33 #include <unistd.h>
35 #endif 34 #endif
35
36 #include <ctype.h>
36 37
37 #include "lisp.h" 38 #include "lisp.h"
38 #include "intervals.h" 39 #include "intervals.h"
39 #include "buffer.h" 40 #include "buffer.h"
40 #include "charset.h" 41 #include "charset.h"