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 | ef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch) | |
tree | 1471dfc50643fdc560d1c94fff6318482fa8876b /mac/inc | |
parent | 270af5640a046aab319b9988fc29f41a47681f92 (diff) | |
download | emacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'mac/inc')
-rw-r--r-- | mac/inc/config.h | 4 | ||||
-rw-r--r-- | mac/inc/m-mac.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index a536ee9e877..beb8c0a6373 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* No code in Emacs #includes config.h twice, but some of the code - intended to work with other packages as well (like gmalloc.c) + intended to work with other packages as well (like gmalloc.c) think they can include it as many times as they like. */ #ifndef EMACS_CONFIG_H #define EMACS_CONFIG_H @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ /* Define REL_ALLOC if you want to use the relocating allocator for buffer space. */ /* #undef REL_ALLOC */ - + /* Define HAVE_X_WINDOWS if you want to use the X window system. */ /* #undef HAVE_X_WINDOWS */ diff --git a/mac/inc/m-mac.h b/mac/inc/m-mac.h index 69f33a36131..9e257a3121b 100644 --- a/mac/inc/m-mac.h +++ b/mac/inc/m-mac.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* Contributed by Andrew Choi (akochoi@mac.com). */ -/* The following line tells the configuration script what sort of +/* The following line tells the configuration script what sort of operating system this machine is likely to run. USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ |