diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 07:54:32 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 07:54:32 -0400 |
commit | 890edadebf14620036c763d415a24f29ea915bec (patch) | |
tree | 3442b8f1c991f1ebc4727e13ace8f4b05749e513 /gcc/objc/objc-act.c | |
parent | a35311b0351ab259fba366e9c20be87b7a4720d7 (diff) | |
download | gcc-890edadebf14620036c763d415a24f29ea915bec.zip gcc-890edadebf14620036c763d415a24f29ea915bec.tar.gz gcc-890edadebf14620036c763d415a24f29ea915bec.tar.bz2 |
Update FSF address.
From-SVN: r9962
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 76ba930..5ea68af 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -16,7 +16,8 @@ GNU 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. */ /* Purpose: This module implements the Objective-C 4.0 language. |