Commit 32a9b8e0 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

gfortran.h (struct gfc_expr): Add missing "struct" qualifier for member base_expr.

	* gfortran.h (struct gfc_expr): Add missing "struct"
	qualifier for member base_expr.

From-SVN: r182826
parent e237144a
2012-01-03 Hans-Peter Nilsson <hp@axis.com>
* gfortran.h (struct gfc_expr): Add missing "struct"
qualifier for member base_expr.
2012-01-02 Paul Thomas <pault@gcc.gnu.org>
PR fortran/51529
......
......@@ -1699,7 +1699,7 @@ typedef struct gfc_expr
/* Used to store the base expression in component calls, when the expression
is not a variable. */
gfc_expr *base_expr;
struct gfc_expr *base_expr;
/* is_boz is true if the integer is regarded as BOZ bitpatten and is_snan
denotes a signalling not-a-number. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment