From: Eric Botcazou Date: Wed, 29 Feb 2012 18:36:35 +0000 (+0000) Subject: Fix non-ASCII character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f675741b17720d4124a4f901203b8c7da5ea309;p=gcc.git Fix non-ASCII character From-SVN: r184668 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e586354c32a..f2894ffd767 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,7 +1,7 @@ 2012-02-29 Eric Botcazou * gcc-interface/decl.c (components_to_record): Add ARTIFICIAL parameter - and set TYPE_ARTIFICIAL according to it.  Adjust recursive call. + and set TYPE_ARTIFICIAL according to it. Adjust recursive call. (gnat_to_gnu_entity) : Adjust call to above function. * gcc-interface/utils.c (rest_of_record_type_compilation): Do not invoke rest_of_type_decl_compilation on the parallel type, if any.