public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Small libgfortran/intrinsics/system.c fix
@ 2004-10-27 20:55 Aaron W. LaFramboise
  2004-10-28 21:45 ` Steven Bosscher
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron W. LaFramboise @ 2004-10-27 20:55 UTC (permalink / raw)
  To: gcc-patches, fortran

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

This patch fixes one place that was missed in
<http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01619.html> involving an
itoa() conflict with MinGW's headers.

OK?

Aaron W. LaFramboise


[-- Attachment #2: gcc-mainline-20041025-libgfsys.patch --]
[-- Type: text/plain, Size: 825 bytes --]

Index: gcc/libgfortran/intrinsics/system.c
===================================================================
RCS file: /cvs/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	25 Oct 2004 06:53:20 -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,44 ----
  #include <stdlib.h>
  #endif
  
+ #include "libgfortran.h"
+ 
  void
  prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status,
  		    gfc_charlen_type cmd_len)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Small libgfortran/intrinsics/system.c fix
  2004-10-27 20:55 [PATCH] Small libgfortran/intrinsics/system.c fix Aaron W. LaFramboise
@ 2004-10-28 21:45 ` Steven Bosscher
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Bosscher @ 2004-10-28 21:45 UTC (permalink / raw)
  To: Aaron W. LaFramboise, gcc-patches, fortran

On Wednesday 27 October 2004 22:33, Aaron W. LaFramboise wrote:
> This patch fixes one place that was missed in
> <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01619.html> involving an
> itoa() conflict with MinGW's headers.
>
> OK?

Feel free to commit a change like this as obvious.

Gr.
Steven


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-28 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27 20:55 [PATCH] Small libgfortran/intrinsics/system.c fix Aaron W. LaFramboise
2004-10-28 21:45 ` Steven Bosscher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).