]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in last change.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 9 Sep 1999 21:45:27 +0000 (21:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 9 Sep 1999 21:45:27 +0000 (21:45 +0000)
From-SVN: r29243

gcc/ChangeLog

index afc3ccbfb0bc0123ef23a92cbde15019fc505292..8d7e10b947f09df77a61540baaf9e7a83a8ad327 100644 (file)
@@ -6,6 +6,7 @@ Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
        
        * c-decl.c (finish_struct): Use ggc_alloc to allocate
        TYPE_LANG_SPECIFIC when garbage collecting.
+       (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
        (lang_cleanup_tree): Remove.
 
 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>