diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-05 19:12:21 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-05 19:12:21 +0000 |
commit | d21c9c3445a678a4625e99ffd995f4c087a8db9f (patch) | |
tree | a3ca084f7dfb7c9af4600eb7a5031a8bf2503234 /gcc/objc | |
parent | 51fe737950ad9c2f0197b25ea2f73c8f2be2fc4d (diff) | |
download | gcc-d21c9c3445a678a4625e99ffd995f4c087a8db9f.tar.gz |
2001-01-05 Phil Edwards <pme@sources.redhat.com>
* cp/lang-options.h: Bring comment in line with reality.
* f/lang-options.h: Likewise.
* java/lang-options.h: Likewise.
* objc/lang-options.h: Likewise.
* ch/lang-options.h: Likewise.
* f/g77.texi: And update the manual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38719 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/lang-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/lang-options.h b/gcc/objc/lang-options.h index bc512646361..6dab315ba85 100644 --- a/gcc/objc/lang-options.h +++ b/gcc/objc/lang-options.h @@ -22,8 +22,8 @@ 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. */ -/* This is the contribution to the `lang_options' array in gcc.c for - Objective-C. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for Objective-C. */ DEFINE_LANG_NAME ("Objective C") |