diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-12 12:09:02 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-12 12:09:02 -0700 |
commit | 0cd4357773688614444e9a299f881c63af6e71e4 (patch) | |
tree | 282522b9acf1eee15af052771ed23686dbb5b4e8 /libiberty | |
parent | 93bd6e278cf7e1cd2485f6eacda91fd7798b6ffe (diff) | |
download | gcc-0cd4357773688614444e9a299f881c63af6e71e4.zip gcc-0cd4357773688614444e9a299f881c63af6e71e4.tar.gz gcc-0cd4357773688614444e9a299f881c63af6e71e4.tar.bz2 |
More address fixes
From-SVN: r24644
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/splay-tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index db5feda..3cb4802 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: |