diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-04-02 22:51:55 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-02 22:51:55 +0000 |
commit | 5729663d29170032fcc7dec9725742c5c739d950 (patch) | |
tree | 1b53a5cc9a8da26882a9731611c5586c59a6fe15 /libio | |
parent | bfab56e7ab02ea2616f98cdd1681a5dcc078e189 (diff) | |
download | gcc-5729663d29170032fcc7dec9725742c5c739d950.zip gcc-5729663d29170032fcc7dec9725742c5c739d950.tar.gz gcc-5729663d29170032fcc7dec9725742c5c739d950.tar.bz2 |
* configure.in: Indent the # of #include_next one space.
From-SVN: r32871
Diffstat (limited to 'libio')
-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 6de9007..e1df607 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 7c3ff07..3073168 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 |