Commit 9e36aa23 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/gigi.h: Move around comment.

From-SVN: r176307
parent f39a9ca2
......@@ -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 <dave.anglin@nrc-cnrc.gc.ca>
PR ada/46350
......
......@@ -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);
......
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