c/4157

Craig Rodrigues rodrigc@mediaone.net
Sat Oct 13 20:56:00 GMT 2001


The following reply was made to PR c/4157; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-patches@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, fonseca@mip.sdu.dk,
   rodrigc@gcc.gnu.org
Subject: Re: c/4157
Date: Sat, 13 Oct 2001 23:47:05 -0400

 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          



More information about the Gcc-prs mailing list