aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <burley@gnu.org>1998-05-22 10:24:50 +0000
committerDave Love <fx@gcc.gnu.org>1998-05-22 10:24:50 +0000
commit1ed565d7a64436812e2ad33a7ddf1bf6cd10dd58 (patch)
treed5c8889f64f2b96eda6dad9796a8ad78e09c775b /gcc
parente72d9e6b9d407fe7deae53945d0a54020ee8f792 (diff)
downloadgcc-1ed565d7a64436812e2ad33a7ddf1bf6cd10dd58.zip
gcc-1ed565d7a64436812e2ad33a7ddf1bf6cd10dd58.tar.gz
gcc-1ed565d7a64436812e2ad33a7ddf1bf6cd10dd58.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c
index 7f299a2..a8a9e97 100644
--- a/gcc/f/com.c
+++ b/gcc/f/com.c
@@ -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;