This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix documentation in java-tree.h
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 24 May 2006 11:24:13 -0600
- Subject: Patch: FYI: fix documentation in java-tree.h
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk.
I happened to notice that a comment in java-tree.h refers to a
non-existent macro. This breaks navigation via etags.
Tom
Index: gcc/java/ChangeLog
from Tom Tromey <tromey@redhat.com>
* java-tree.h: Fixed flag documentation.
Index: gcc/java/java-tree.h
===================================================================
--- gcc/java/java-tree.h (revision 114043)
+++ gcc/java/java-tree.h (working copy)
@@ -78,7 +78,7 @@
2: CLASS_PARSED_P (in RECORD_TYPE).
3: CLASS_FROM_SOURCE_P (in RECORD_TYPE).
4: CLASS_P (in RECORD_TYPE).
- 5: CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P (in RECORD_TYPE)
+ 5: CLASS_FROM_CURRENTLY_COMPILED_P (in RECORD_TYPE)
6: CLASS_BEING_LAIDOUT (in RECORD_TYPE)
Usage of DECL_LANG_FLAG_?: