From 0cd4357773688614444e9a299f881c63af6e71e4 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 12 Jan 1999 12:09:02 -0700 Subject: [PATCH] More address fixes From-SVN: r24644 --- libiberty/splay-tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index db5feda3638..3cb4802c140 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -16,7 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* For an easily readable description of splay-trees, see: -- 2.30.2