diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /src/s/freebsd.h | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r-- | src/s/freebsd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index b42930b7aa2..94336835f50 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Get the correct __FreeBSD_version, even if this is before that was defined. */ -#ifndef __FreeBSD_version +#ifndef __FreeBSD_version #ifndef __FreeBSD__ #define __FreeBSD_version 199401 #elif __FreeBSD__ == 1 @@ -144,7 +144,7 @@ Boston, MA 02111-1307, USA. */ #define BSD_SYSTEM 199506 #endif -#if 0 /* Shouldn't be necessary and produces warnings with the +#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,7 +167,7 @@ Boston, MA 02111-1307, USA. */ /* 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 + 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. */ |