This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

#include_next fix for libio


One more place where #include_next shows up.

zw

===================================================================
Index: ChangeLog
--- ChangeLog	2000/03/30 02:11:31	1.100
+++ ChangeLog	2000/04/02 22:51:25
@@ -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: configure.in
--- configure.in	2000/03/30 02:11:31	1.27
+++ configure.in	2000/04/02 22:51:25
@@ -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
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]