Mercurial > emacs
comparison src/editfns.c @ 58011:79614f2016d5
editfns.c: Adding in better patch
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sun, 07 Nov 2004 05:57:58 +0000 |
parents | 0a98ca85a5c6 |
children | 46a652255057 |
comparison
equal
deleted
inserted
replaced
58010:0a98ca85a5c6 | 58011:79614f2016d5 |
---|---|
37 result. */ | 37 result. */ |
38 #ifdef MAC_OS8 | 38 #ifdef MAC_OS8 |
39 #include <stdio.h> | 39 #include <stdio.h> |
40 #endif | 40 #endif |
41 | 41 |
42 #if defined HAVE_SYS_RESOURCE_H | 42 #ifdef HAVE_SYS_TIME_H |
43 #ifdef MAC_OSX | |
44 #include <sys/time.h> | 43 #include <sys/time.h> |
45 #endif | 44 #endif |
45 | |
46 #if defined HAVE_SYS_RESOURCE_H | |
46 #include <sys/resource.h> | 47 #include <sys/resource.h> |
47 #endif | 48 #endif |
48 | 49 |
49 #include <ctype.h> | 50 #include <ctype.h> |
50 | 51 |