emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/freebsd.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/freebsd.h
Date: Fri, 04 Apr 2003 01:24:01 -0500

Index: emacs/src/s/freebsd.h
diff -c emacs/src/s/freebsd.h:1.38 emacs/src/s/freebsd.h:1.39
*** emacs/src/s/freebsd.h:1.38  Fri Dec  7 00:54:13 2001
--- emacs/src/s/freebsd.h       Tue Feb  4 09:03:18 2003
***************
*** 23,29 ****
  
  /* Get the correct __FreeBSD_version, even if this is before that was
     defined. */
! #ifndef __FreeBSD_version 
  #ifndef __FreeBSD__
  #define __FreeBSD_version 199401
  #elif __FreeBSD__ == 1
--- 23,29 ----
  
  /* Get the correct __FreeBSD_version, even if this is before that was
     defined. */
! #ifndef __FreeBSD_version
  #ifndef __FreeBSD__
  #define __FreeBSD_version 199401
  #elif __FreeBSD__ == 1
***************
*** 144,150 ****
  #define BSD_SYSTEM 199506
  #endif
  
! #if 0  /* Shouldn't be necessary and produces warnings with the 
            experimental Autoconf test.  */
  #define WAITTYPE int
  /* get this since it won't be included if WAITTYPE is defined */
--- 144,150 ----
  #define BSD_SYSTEM 199506
  #endif
  
! #if 0  /* Shouldn't be necessary and produces warnings with the
            experimental Autoconf test.  */
  #define WAITTYPE int
  /* get this since it won't be included if WAITTYPE is defined */
***************
*** 167,173 ****
  
  /* If the system's imake configuration file defines `NeedWidePrototypes'
     as `NO', we must define NARROWPROTO manually.  Such a define is
!    generated in the Makefile generated by `xmkmf'.  If we don't 
     define NARROWPROTO, we will see the wrong function prototypes
     for X functions taking float or double parameters.  */
  
--- 167,173 ----
  
  /* If the system's imake configuration file defines `NeedWidePrototypes'
     as `NO', we must define NARROWPROTO manually.  Such a define is
!    generated in the Makefile generated by `xmkmf'.  If we don't
     define NARROWPROTO, we will see the wrong function prototypes
     for X functions taking float or double parameters.  */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]