From: Eric Botcazou Date: Fri, 15 Jul 2011 07:33:09 +0000 (+0000) Subject: * gcc-interface/gigi.h: Move around comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e36aa2367507a6700c4edbd693b530cb11c64fa;p=gcc.git * gcc-interface/gigi.h: Move around comment. From-SVN: r176307 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7abc04105aa..a09a79aa0c0 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -3,6 +3,8 @@ PR ada/48711 * g-socthi-mingw.adb (Fill): Fix formatting. + * gcc-interface/gigi.h: Move around comment. + 2011-07-14 John David Anglin PR ada/46350 diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 8ef609796fb..3833d014992 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -934,14 +934,12 @@ extern int fp_prec_to_size (int prec); /* Return the precision of the FP mode with size SIZE. */ extern int fp_size_to_prec (int size); -/* These functions return the basic data type sizes and related parameters - about the target machine. */ - - #ifdef __cplusplus extern "C" { #endif +/* These functions return the basic data type sizes and related parameters + about the target machine. */ extern Pos get_target_bits_per_unit (void); extern Pos get_target_bits_per_word (void); extern Pos get_target_char_size (void);