aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-08-29 00:51:57 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-08-29 00:51:57 +0000
commitb87478f87d81012932ebb3f9777369aaa64f0f97 (patch)
treea297db50bd86631a393843fcd8fca5a295b8eef3
parentb5434ee085ff13e95435313b907eff3f2f99f931 (diff)
downloadgcc-b87478f87d81012932ebb3f9777369aaa64f0f97.zip
gcc-b87478f87d81012932ebb3f9777369aaa64f0f97.tar.gz
gcc-b87478f87d81012932ebb3f9777369aaa64f0f97.tar.bz2
Fix typo in ChangeLog entry
From-SVN: r28951
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 06d6b06..581375f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,7 +1,7 @@
1999-08-28 Mark Mitchell <mark@codesourcery.com>
* cp-tree.def (LABEL_STMT): New tree node.
- (LABEL_STMT_LABEL): New macro.
+ * cp-tree.h (LABEL_STMT_LABEL): New macro.
(shadow_label): Remove.
(declare_local_label): New function.
(finish_label_decl): Likewise.