/[emacs]/emacs/src/editfns.c
ViewVC logotype

Diff of /emacs/src/editfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.385 by tamm, Sun Nov 7 05:57:58 2004 UTC revision 1.386 by eliz, Mon Nov 8 12:04:07 2004 UTC
# Line 22  Boston, MA 02111-1307, USA.  */ Line 22  Boston, MA 02111-1307, USA.  */
22    
23  #include <config.h>  #include <config.h>
24  #include <sys/types.h>  #include <sys/types.h>
25    #include <stdio.h>
26    
27  #ifdef VMS  #ifdef VMS
28  #include "vms-pwd.h"  #include "vms-pwd.h"
# Line 33  Boston, MA 02111-1307, USA.  */ Line 34  Boston, MA 02111-1307, USA.  */
34  #include <unistd.h>  #include <unistd.h>
35  #endif  #endif
36    
37  /* Without this, sprintf on Mac OS Classic will produce wrong  /* systime.h includes <sys/time.h> which, on some systems, is required
38     result.  */     for <sys/resource.h>; thus systime.h must be included before
39  #ifdef MAC_OS8     <sys/resource.h> */
40  #include <stdio.h>  #include "systime.h"
 #endif  
   
 #ifdef HAVE_SYS_TIME_H  
 #include <sys/time.h>  
 #endif  
41    
42  #if defined HAVE_SYS_RESOURCE_H  #if defined HAVE_SYS_RESOURCE_H
43  #include <sys/resource.h>  #include <sys/resource.h>
# Line 57  Boston, MA 02111-1307, USA.  */ Line 53  Boston, MA 02111-1307, USA.  */
53  #include "frame.h"  #include "frame.h"
54  #include "window.h"  #include "window.h"
55    
 #include "systime.h"  
   
56  #ifdef STDC_HEADERS  #ifdef STDC_HEADERS
57  #include <float.h>  #include <float.h>
58  #define MAX_10_EXP      DBL_MAX_10_EXP  #define MAX_10_EXP      DBL_MAX_10_EXP

Legend:
Removed from v.1.385  
changed lines
  Added in v.1.386

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26