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
This commit is contained in:
parent
e72d9e6b9d
commit
1ed565d7a6
@ -12518,7 +12518,7 @@ ffecom_init_0 ()
|
|||||||
/* Do "extern int xargc;". */
|
/* Do "extern int xargc;". */
|
||||||
|
|
||||||
ffecom_tree_xargc_ = build_decl (VAR_DECL,
|
ffecom_tree_xargc_ = build_decl (VAR_DECL,
|
||||||
get_identifier ("xargc"),
|
get_identifier ("f__xargc"),
|
||||||
integer_type_node);
|
integer_type_node);
|
||||||
DECL_EXTERNAL (ffecom_tree_xargc_) = 1;
|
DECL_EXTERNAL (ffecom_tree_xargc_) = 1;
|
||||||
TREE_STATIC (ffecom_tree_xargc_) = 1;
|
TREE_STATIC (ffecom_tree_xargc_) = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user