diff options
Diffstat (limited to 'src/xrdb.c')
| -rw-r--r-- | src/xrdb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index 01714900752..9fb3f3474fb 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -38,10 +38,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 38 | #endif | 38 | #endif |
| 39 | #include <sys/stat.h> | 39 | #include <sys/stat.h> |
| 40 | 40 | ||
| 41 | #if !defined(S_ISDIR) && defined(S_IFDIR) | ||
| 42 | #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) | ||
| 43 | #endif | ||
| 44 | |||
| 45 | #include "lisp.h" | 41 | #include "lisp.h" |
| 46 | 42 | ||
| 47 | #ifdef USE_MOTIF | 43 | #ifdef USE_MOTIF |
| @@ -764,4 +760,3 @@ main (argc, argv) | |||
| 764 | XCloseDisplay (display); | 760 | XCloseDisplay (display); |
| 765 | } | 761 | } |
| 766 | #endif /* TESTRM */ | 762 | #endif /* TESTRM */ |
| 767 | |||