From 4e4c4f4161242fa556ef872c5be3f21ade22b6f0 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sat, 14 May 2011 13:24:18 +0300 Subject: [PATCH] PR 48915 Update mixed-language programming documentation From-SVN: r173754 --- gcc/fortran/gfortran.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 4894c239dfe..d3b55bf4151 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -2527,7 +2527,7 @@ gfortran calls @code{_gfortran_set_args} and @code{_gfortran_set_options}. The initialization of the former is needed if the called procedures access the command line (and for backtracing); the latter sets some flags based on the -standard chosen or to disable backtracing. In typical programs, +standard chosen or to enable backtracing. In typical programs, it is not necessary to call any initialization function. If your @code{PROGRAM} is compiled with GNU Fortran, you shall -- 2.30.2