diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2002-05-22 18:42:52 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2002-05-22 18:42:52 +0200 |
commit | 0fe1cd7062312057fa75f261c6889b570423a00c (patch) | |
tree | 1306ef3907b8ea866705954ef7a608b3d2362a3b /gcc | |
parent | 5ff94354034f96a7e3267bb4101382ba4718a19d (diff) | |
download | gcc-0fe1cd7062312057fa75f261c6889b570423a00c.zip gcc-0fe1cd7062312057fa75f261c6889b570423a00c.tar.gz gcc-0fe1cd7062312057fa75f261c6889b570423a00c.tar.bz2 |
Fix a typo.
From-SVN: r53739
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4048639..9a2e55e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -75,7 +75,7 @@ 2002-05-14 Alexandre Oliva <aoliva@redhat.com> * cp-tree.h (struct lang_type): Added non_zero_init. - (CLASS_NON_ZERO_INIT_P): New macro. + (CLASSTYPE_NON_ZERO_INIT_P): New macro. (zero_init_p, force_store_init_value, build_forced_zero_init): Declare. * class.c (check_field_decls): Test non_zero_init. * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for |