diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-23 16:57:20 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-23 16:57:20 -0500 |
commit | ed1817c6d7fec219326196c424d5e6b836de0a08 (patch) | |
tree | 8b9466d91f74ebd6827ed314bed78dac08923bf0 /gcc/crtstuff.c | |
parent | ef392512efe8767583d76470688e6be0323ed65d (diff) | |
download | gcc-ed1817c6d7fec219326196c424d5e6b836de0a08.zip gcc-ed1817c6d7fec219326196c424d5e6b836de0a08.tar.gz gcc-ed1817c6d7fec219326196c424d5e6b836de0a08.tar.bz2 |
Change rfg's address.
From-SVN: r6852
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index a0ecbbe..dcfd819 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -1,7 +1,7 @@ /* Specialized bits of code needed to support construction and destruction of file-scope objects in C++ code. - Written by Ron Guilmette (rfg@ncd.com) with help from Richard Stallman. + Written by Ron Guilmette (rfg@netcom.com) with help from Richard Stallman. Copyright (C) 1991 Free Software Foundation, Inc. |