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]

Re: c/4157


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4157&database=gcc

Hi,

The following patch fixes PR 4157.
Can someone apply the patch for me, so that I can
close this PR?


2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	PR c/4157
	* config/i386/cygwin.h: Add missing space to MINGW_INCLUDES


Index: cygwin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/cygwin.h,v
retrieving revision 1.33.2.13
diff -u -r1.33.2.13 cygwin.h
--- cygwin.h	2001/10/10 20:38:55	1.33.2.13
+++ cygwin.h	2001/10/14 03:36:32
@@ -80,7 +80,7 @@
 #define MINGW_LIBS "-L/usr/local/lib/mingw -L/usr/lib/mingw"
 #define MINGW_INCLUDES "-isystem /usr/include/mingw/g++-3 "\
 		       "-isystem /usr/include/mingw/g++ "\
-		       "-isystem /usr/local/include/mingw" \
+		       "-isystem /usr/local/include/mingw " \
 		       "-idirafter /usr/include/mingw"
 #endif
 
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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