From: Kazu Hirata Date: Thu, 28 Dec 2006 06:51:24 +0000 (+0000) Subject: cp-tree.h (TYPE_NAMESPACE_SCOPE_P, [...]): Remove. X-Git-Tag: releases/gcc-4.3.0~7810 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=036bcce8e4c7b41a6b432be21f65a8b50bf7de93;p=thirdparty%2Fgcc.git cp-tree.h (TYPE_NAMESPACE_SCOPE_P, [...]): Remove. * cp-tree.h (TYPE_NAMESPACE_SCOPE_P, TYPE_FUNCTION_SCOPE_P): Remove. From-SVN: r120241 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4c7afc507bab..8c0e170a6da0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,7 +1,7 @@ 2006-12-28 Kazu Hirata - * cp/cp-tree.h (TYPE_NAMESPACE_SCOPE_P, - TYPE_FUNCTION_SCOPE_P): Remove. + * cp-tree.h (TYPE_NAMESPACE_SCOPE_P, TYPE_FUNCTION_SCOPE_P): + Remove. * decl2.c: Fix a comment typo.