diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-02 22:51:55 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-02 22:51:55 +0000 |
commit | a578e811da1f816e196f98cd83c804b07f4dae92 (patch) | |
tree | 1b53a5cc9a8da26882a9731611c5586c59a6fe15 | |
parent | b93c7be0687bc071a650168fc660f5a71cbcd99d (diff) | |
download | gcc-a578e811da1f816e196f98cd83c804b07f4dae92.tar.gz |
* configure.in: Indent the # of #include_next one space.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32871 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libio/ChangeLog | 4 | ||||
-rw-r--r-- | libio/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 6de90073923..e1df607ebbe 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -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. diff --git a/libio/configure.in b/libio/configure.in index 7c3ff07aef1..307316858b2 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -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 |