From 3f675741b17720d4124a4f901203b8c7da5ea309 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 29 Feb 2012 18:36:35 +0000 Subject: [PATCH] Fix non-ASCII character From-SVN: r184668 --- gcc/ada/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e586354..f2894ff 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. -- 2.7.4