From: Glenn Morris Date: Wed, 30 Jun 2010 04:29:49 +0000 (-0700) Subject: Fix some whitespace in previous. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4981b7e31e98ed2f2d46733961c5ca211cc41c4;p=emacs.git Fix some whitespace in previous. --- diff --git a/configure b/configure index a6b4c45f329..90718cf6aad 100755 --- a/configure +++ b/configure @@ -5393,12 +5393,12 @@ fi if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x then - ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" + ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" fi if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x then - ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" + ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" fi diff --git a/configure.in b/configure.in index 48f0716a482..bb2866b6654 100644 --- a/configure.in +++ b/configure.in @@ -810,12 +810,12 @@ dnl Add our options to ac_link now, after it is set up. if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x then - ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" + ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" fi if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x then - ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" + ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" fi dnl We need -znocombreloc if we're using a relatively recent GNU ld. @@ -3504,9 +3504,9 @@ AH_BOTTOM([ parallel this exactly since GNUstep is multi-OS. */ #ifdef HAVE_NS # ifdef NS_IMPL_GNUSTEP - /* GNUstep needs a bit more pure memory. Of the existing knobs, +/* GNUstep needs a bit more pure memory. Of the existing knobs, SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ - # define SYSTEM_PURESIZE_EXTRA 30000 +# define SYSTEM_PURESIZE_EXTRA 30000 # endif /* NS_IMPL_GNUSTEP */ #endif /* HAVE_NS */ diff --git a/src/config.in b/src/config.in index e796e30b79d..962edf62571 100644 --- a/src/config.in +++ b/src/config.in @@ -1073,9 +1073,9 @@ along with GNU Emacs. If not, see . */ parallel this exactly since GNUstep is multi-OS. */ #ifdef HAVE_NS # ifdef NS_IMPL_GNUSTEP - /* GNUstep needs a bit more pure memory. Of the existing knobs, +/* GNUstep needs a bit more pure memory. Of the existing knobs, SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ - # define SYSTEM_PURESIZE_EXTRA 30000 +# define SYSTEM_PURESIZE_EXTRA 30000 # endif /* NS_IMPL_GNUSTEP */ #endif /* HAVE_NS */