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/config.in | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in index 5a22b7c3c50..c86215d823f 100644 --- a/src/config.in +++ b/src/config.in @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ /* No code in Emacs #includes config.h twice, but some bits of 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 @@ -999,7 +999,7 @@ typedef unsigned size_t; #ifdef __GNUC__ # ifndef GC_SETJMP_WORKS /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- - see NON_SAVING_SETJMP in the target descriptions. */ + see NON_SAVING_SETJMP in the target descriptions. */ /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k, SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86. Fixme: Deal with ns32k, SVR3. */ @@ -1022,7 +1022,7 @@ typedef unsigned size_t; #endif /* EMACS_CONFIG_H */ -/* +/* Local Variables: mode: c End: |