Commit 1ed565d7 by Craig Burley Committed by Dave Love

com.c (ffecom_init_0): Rename xargc to f__xargc, in accord with same-dated change to f/runtime.

Tue May 19 12:56:54 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_init_0): Rename xargc to f__xargc,
in accord with same-dated change to f/runtime.

From-SVN: r19952
parent e72d9e6b
......@@ -12518,7 +12518,7 @@ ffecom_init_0 ()
/* Do "extern int xargc;". */
ffecom_tree_xargc_ = build_decl (VAR_DECL,
get_identifier ("xargc"),
get_identifier ("f__xargc"),
integer_type_node);
DECL_EXTERNAL (ffecom_tree_xargc_) = 1;
TREE_STATIC (ffecom_tree_xargc_) = 1;
......
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