diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-01-10 04:32:04 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-01-09 21:32:04 -0700 |
commit | ecb7e784004139516627f754eaf67771beda0c25 (patch) | |
tree | dbcb5171d7dbd6efc2d5bc6f0d117f8b1e3fd2ba | |
parent | 2830551dc4bfd603ba186b41191cd42e278bed34 (diff) | |
download | gcc-ecb7e784004139516627f754eaf67771beda0c25.zip gcc-ecb7e784004139516627f754eaf67771beda0c25.tar.gz gcc-ecb7e784004139516627f754eaf67771beda0c25.tar.bz2 |
lang-options.h: Remove bogus reference to Java trademark.
* objc/lang-options.h: Remove bogus reference to
Java trademark.
From-SVN: r38853
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/objc/lang-options.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c79198b..7235db3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 9 21:25:19 2001 Jeffrey A Law (law@cygnus.com) + + * objc/lang-options.h: Remove bogus reference to + Java trademark. + 2001-01-09 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.c (get_shift_alg): Use a struct shift_info to diff --git a/gcc/objc/lang-options.h b/gcc/objc/lang-options.h index 6dab315..3d56b96 100644 --- a/gcc/objc/lang-options.h +++ b/gcc/objc/lang-options.h @@ -16,11 +16,7 @@ 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, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. - -Java and all Java-based marks are trademarks or registered trademarks -of Sun Microsystems, Inc. in the United States and other countries. -The Free Software Foundation is independent of Sun Microsystems, Inc. */ +Boston, MA 02111-1307, USA. */ /* This is the contribution to the `documented_lang_options' array in toplev.c for Objective-C. */ |