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 /gcc/objc | |
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
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/lang-options.h | 6 |
1 files changed, 1 insertions, 5 deletions
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. */ |