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]
Other format: [Raw text]

Re: PATCH Fix libgfortran itoa conflict on MinGW


Paul Brook wrote:

> On Thursday 16 September 2004 00:06, Aaron W. LaFramboise wrote:
> 
>>2004-09-15  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
>>
>> * intrinsics/abort.c ("libgfortran.h"): Move.
>> * intrinsics/date_and_time.c ("libgfortran.h"): Same.
>> * intrinsics/write.c ("libgfortran.h"): Same.

Sorry, I missed one file:

2004-10-14  Aaron W. LaFramboise <aaronavay62@aaronwl.com>

	* intrinsics/system.c ("libgfortran.h"): Move.

Index: gcc/libgfortran/intrinsics/system.c
===================================================================
RCS file: /cvsroot/gcc/gcc/libgfortran/intrinsics/system.c,v
retrieving revision 1.1
diff -c -3 -p -r1.1 system.c
*** gcc/libgfortran/intrinsics/system.c	4 Oct 2004 21:30:32 -0000	1.1
--- gcc/libgfortran/intrinsics/system.c	14 Oct 2004 07:21:32 -0000
*************** Software Foundation, 59 Temple Place - S
*** 29,35 ****
  02111-1307, USA.  */

  #include "config.h"
- #include "libgfortran.h"

  #ifdef HAVE_STRING_H
  #include <string.h>
--- 29,34 ----
*************** Software Foundation, 59 Temple Place - S
*** 38,43 ****
--- 37,45 ----
  #include <stdlib.h>
  #endif

+ #include "libgfortran.h"
+
+


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