]> gcc.gnu.org Git - gcc.git/commitdiff
* configure.in: Indent the # of #include_next one space.
authorZack Weinberg <zack@wolery.cumb.org>
Sun, 2 Apr 2000 22:51:55 +0000 (22:51 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 2 Apr 2000 22:51:55 +0000 (22:51 +0000)
From-SVN: r32871

libio/ChangeLog
libio/configure.in

index 6de9007392309e4095f2bf85c6da7ff5beb5dd8b..e1df607ebbef6de2377e6a35a8bdb2aa39d6e913 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * configure.in: Indent the # of #include_next one space.
+
 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
 
        * configure.in: -linux-gnu*, not -linux-gnu.
index 7c3ff07aef1a13c21331c9f0141c6f265479fd25..307316858b29ae95403b83da72596964cde1f00c 100644 (file)
@@ -109,7 +109,7 @@ case "${target}" in
     # Create a wrapper if necessary.
     (echo "#include <bits/libc-lock.h>" | ${CC-cc} -E -) >/dev/null 2>&1 ||
       {
-       echo "#include_next <libc-lock.h>" > libc-lock.h
+       echo " #include_next <libc-lock.h>" > libc-lock.h
        echo 'asm (".weak _pthread_cleanup_pop_restore");' >> libc-lock.h
        echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h
 
This page took 0.110542 seconds and 5 git commands to generate.