emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100665: Fix some whitespace in previ


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100665: Fix some whitespace in previous.
Date: Tue, 29 Jun 2010 21:29:49 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100665
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-29 21:29:49 -0700
message:
  Fix some whitespace in previous.
modified:
  configure
  configure.in
  src/config.in
=== modified file 'configure'
--- a/configure 2010-06-30 03:43:30 +0000
+++ b/configure 2010-06-30 04:29:49 +0000
@@ -5393,12 +5393,12 @@
 
 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
 
 

=== modified file 'configure.in'
--- a/configure.in      2010-06-30 03:43:30 +0000
+++ b/configure.in      2010-06-30 04:29:49 +0000
@@ -810,12 +810,12 @@
 
 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 @@
    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 */
 

=== modified file 'src/config.in'
--- a/src/config.in     2010-06-30 03:43:30 +0000
+++ b/src/config.in     2010-06-30 04:29:49 +0000
@@ -1073,9 +1073,9 @@
    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 */
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]