Commit 0fe1cd70 by Jakub Jelinek

Fix a typo.

From-SVN: r53739
parent 5ff94354
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
2002-05-14 Alexandre Oliva <aoliva@redhat.com> 2002-05-14 Alexandre Oliva <aoliva@redhat.com>
* cp-tree.h (struct lang_type): Added non_zero_init. * 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. (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
* class.c (check_field_decls): Test non_zero_init. * class.c (check_field_decls): Test non_zero_init.
* cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment