comparison src/editfns.c @ 44890:01b93e5e53a7

Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, lisp/ChangeLog, and src/ChangeLog for list of changes.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 26 Apr 2002 23:39:06 +0000
parents 46cd50d89b5b
children 1a623890a487
comparison
equal deleted inserted replaced
44889:e3b9f45140a5 44890:01b93e5e53a7
29 #include <pwd.h> 29 #include <pwd.h>
30 #endif 30 #endif
31 31
32 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 33 #include <unistd.h>
34 #endif
35
36 /* Without this, sprintf on Mac OS Classic will produce wrong
37 result. */
38 #ifdef MAC_OS8
39 #include <stdio.h>
34 #endif 40 #endif
35 41
36 #include <ctype.h> 42 #include <ctype.h>
37 43
38 #include "lisp.h" 44 #include "lisp.h"