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 | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/386bsd.h | 2 | ||||
-rw-r--r-- | src/s/aix4-1.h | 2 | ||||
-rw-r--r-- | src/s/bsd4-1.h | 2 | ||||
-rw-r--r-- | src/s/cygwin.h | 2 | ||||
-rw-r--r-- | src/s/darwin.h | 2 | ||||
-rw-r--r-- | src/s/freebsd.h | 6 | ||||
-rw-r--r-- | src/s/hiuxmpp.h | 8 | ||||
-rw-r--r-- | src/s/hiuxwe2.h | 8 | ||||
-rw-r--r-- | src/s/hpux8.h | 2 | ||||
-rw-r--r-- | src/s/irix5-0.h | 4 | ||||
-rw-r--r-- | src/s/irix5-2.h | 4 | ||||
-rw-r--r-- | src/s/ms-w32.h | 2 | ||||
-rw-r--r-- | src/s/netbsd.h | 4 | ||||
-rw-r--r-- | src/s/ptx.h | 6 | ||||
-rw-r--r-- | src/s/sco4.h | 2 | ||||
-rw-r--r-- | src/s/sco5.h | 2 | ||||
-rw-r--r-- | src/s/template.h | 2 | ||||
-rw-r--r-- | src/s/umax.h | 2 | ||||
-rw-r--r-- | src/s/vms.h | 4 |
19 files changed, 33 insertions, 33 deletions
diff --git a/src/s/386bsd.h b/src/s/386bsd.h index f9f4a6a5ff2..427dc2003de 100644 --- a/src/s/386bsd.h +++ b/src/s/386bsd.h @@ -6,7 +6,7 @@ #undef LIB_STANDARD #define LIB_STANDARD -lc $(GNULIB_VAR) -/* The following should be set to /netbsd if you are running netbsd > 0.8 +/* The following should be set to /netbsd if you are running netbsd > 0.8 Or just link /netbsd -> /386bsd */ #undef KERNEL_FILE #define KERNEL_FILE "/386bsd" diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index c365bc7d102..e179684f3b6 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -1,4 +1,4 @@ -#define AIX4_1 +#define AIX4_1 #include "aix4.h" diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index d0dd9a29485..fc797755c08 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h @@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */ /* First pty name is /dev/ptyp0. */ #define FIRST_PTY_LETTER 'p' - + /* * Define HAVE_PTYS if the system supports pty devices. */ diff --git a/src/s/cygwin.h b/src/s/cygwin.h index fe292305465..d10a7264053 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -103,7 +103,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. */ diff --git a/src/s/darwin.h b/src/s/darwin.h index 21b11d9554a..e9faa6605ce 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -178,7 +178,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. */ 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. */ diff --git a/src/s/hiuxmpp.h b/src/s/hiuxmpp.h index 2ad57403fb7..5175bd10bfe 100644 --- a/src/s/hiuxmpp.h +++ b/src/s/hiuxmpp.h @@ -14,9 +14,9 @@ #define BSD4_2 /* Define _BSD to tell the include files we're running under - the BSD universe and not the SYSV universe. - Define HITACHI and OSF for Xt's Boolean type as int intead of char. - (But for these defines, /usr/include/X11/Intrinsic.h defines + the BSD universe and not the SYSV universe. + Define HITACHI and OSF for Xt's Boolean type as int intead of char. + (But for these defines, /usr/include/X11/Intrinsic.h defines Boolean as char, but libXt.a on HI-UX/MPP requires it as int.) */ #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF @@ -34,7 +34,7 @@ /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option says where to find X windows at run time. We convert it to a -rpath option which is what OSF1 uses. */ -#define LD_SWITCH_SYSTEM +#define LD_SWITCH_SYSTEM #undef KERNEL_FILE #define KERNEL_FILE "/mach_kernel" diff --git a/src/s/hiuxwe2.h b/src/s/hiuxwe2.h index 2ad57403fb7..5175bd10bfe 100644 --- a/src/s/hiuxwe2.h +++ b/src/s/hiuxwe2.h @@ -14,9 +14,9 @@ #define BSD4_2 /* Define _BSD to tell the include files we're running under - the BSD universe and not the SYSV universe. - Define HITACHI and OSF for Xt's Boolean type as int intead of char. - (But for these defines, /usr/include/X11/Intrinsic.h defines + the BSD universe and not the SYSV universe. + Define HITACHI and OSF for Xt's Boolean type as int intead of char. + (But for these defines, /usr/include/X11/Intrinsic.h defines Boolean as char, but libXt.a on HI-UX/MPP requires it as int.) */ #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF @@ -34,7 +34,7 @@ /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option says where to find X windows at run time. We convert it to a -rpath option which is what OSF1 uses. */ -#define LD_SWITCH_SYSTEM +#define LD_SWITCH_SYSTEM #undef KERNEL_FILE #define KERNEL_FILE "/mach_kernel" diff --git a/src/s/hpux8.h b/src/s/hpux8.h index c06675301f0..a151769fcf9 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -52,7 +52,7 @@ and none have sioctl.h, so might as well define this. */ #define NO_SIOCTL_H -#if 0 /* autoconf should be detecting the presence or absence of +#if 0 /* autoconf should be detecting the presence or absence of random and srandom now. */ /* If you use X11R4 you must define this. If you use X11R5 you must comment this out */ diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index a83d3fcb417..1bdd479eb9f 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -4,7 +4,7 @@ #undef sigsetmask /* use sys_sigsetmask */ #undef _longjmp /* use system versions, not conservative aliases */ -#undef _setjmp +#undef _setjmp #define SETPGRP_RELEASES_CTTY @@ -73,7 +73,7 @@ char *_getpty(); /* Since we use POSIX constructs in PTY_OPEN, we must force POSIX throughout. */ -#define POSIX_SIGNALS +#define POSIX_SIGNALS /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ #define GETPGRP_NO_ARG diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h index 4d7509f8d54..a9056fae8c1 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h @@ -1,8 +1,8 @@ #include "irix5-0.h" -/* as of version 5.2, irix no longer uses flock, +/* as of version 5.2, irix no longer uses flock, according to jackr@wpd.sgi.com. */ -#undef MAIL_USE_FLOCK +#undef MAIL_USE_FLOCK /* C-g in select is not handled properly with restartable system calls. So don't use them. */ diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 51f3e9ddb25..6d38d4fa592 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -440,7 +440,7 @@ extern char *get_emacs_configuration_options (void); #include <sys/stat.h> -/* Define for those source files that do not include enough NT +/* Define for those source files that do not include enough NT system files. */ #ifndef NULL #ifdef __cplusplus diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 7ed08ec05e3..b4ac9a55195 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -112,13 +112,13 @@ ioctl TIOCSCTTY. */ #define DONT_REOPEN_PTY - + /* Tell that garbage collector that setjmp is known to save all registers relevant for conservative garbage collection in the jmp_buf. */ #define GC_SETJMP_WORKS 1 - + /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS diff --git a/src/s/ptx.h b/src/s/ptx.h index 6fff6de543c..ae76c35f3e6 100644 --- a/src/s/ptx.h +++ b/src/s/ptx.h @@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */ /* PTX has System V streams. */ #define SYSV_STREAMS - -/* Leave out -lPW since it conflicts with term.o and because we're not sure + +/* Leave out -lPW since it conflicts with term.o and because we're not sure if the alloca found there by autoconf should be trusted on PTX. */ #define LIB_STANDARD -lc @@ -159,7 +159,7 @@ struct timezone } \ strcpy (pty_name, slavename); -/* Define these to prevent the default logic in process.c:allocate_pty +/* Define these to prevent the default logic in process.c:allocate_pty from being used. */ #define PTY_NAME_SPRINTF #define PTY_TTY_NAME_SPRINTF diff --git a/src/s/sco4.h b/src/s/sco4.h index 6015ec66385..67b96eee59a 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -86,7 +86,7 @@ Boston, MA 02111-1307, USA. */ #define LIBS_SYSTEM -lsocket -lPW /* SCO has gettimeofday in socket library */ -/* Autoconf should determine this, but for now, +/* Autoconf should determine this, but for now, play safe to avoid error rather than deleting this and risking the wrong result. */ #ifndef HAVE_GETTIMEOFDAY diff --git a/src/s/sco5.h b/src/s/sco5.h index 04bfd7c181e..8b091f63b53 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -150,7 +150,7 @@ extern SIGMASKTYPE sigprocmask_set; #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) #endif -/* Use ELF and get real shared libraries */ +/* Use ELF and get real shared libraries */ #undef COFF #define ELF diff --git a/src/s/template.h b/src/s/template.h index b018afa8ce1..f4d806de146 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -168,7 +168,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. */ diff --git a/src/s/umax.h b/src/s/umax.h index 25d3d70dbfa..eaa9b6c4bbc 100644 --- a/src/s/umax.h +++ b/src/s/umax.h @@ -147,7 +147,7 @@ Boston, MA 02111-1307, USA. */ #define SEGMENT_MASK (64 * 1024 - 1) -/* crt0.c needs this for compilation because it uses asm. */ +/* crt0.c needs this for compilation because it uses asm. */ #define C_SWITCH_ASM -q nodirect_code diff --git a/src/s/vms.h b/src/s/vms.h index e95212c5624..9f718099eef 100644 --- a/src/s/vms.h +++ b/src/s/vms.h @@ -130,7 +130,7 @@ Boston, MA 02111-1307, USA. */ #define LINK_CRTL_SHARE /* Define this if you want to read the file SYS$SYSTEM:SYSUAF.DAT for user - information. If you do use this, you must either make SYSUAF.DAT world + information. If you do use this, you must either make SYSUAF.DAT world readable or install Emacs with SYSPRV. */ /* #define READ_SYSUAF */ @@ -192,7 +192,7 @@ extern double mth$dmod(double, double); /* If user asks for TERM, check first for EMACS_TERM. */ #define getenv sys_getenv - + /* Standard C abort is less useful than it should be. */ #define abort sys_abort |