summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-15 07:33:09 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-15 07:33:09 +0000
commit1ab535cc0aef0c4291cd1963dcddf17c968bbe7b (patch)
treefae31759cdcd59bb7a2985fdebac18dad11d716a /gcc/ada/gcc-interface
parent30d5a5107138f71debb64b1ff2d3b4e2e0446bc7 (diff)
downloadgcc-1ab535cc0aef0c4291cd1963dcddf17c968bbe7b.tar.gz
* gcc-interface/gigi.h: Move around comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176307 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r--gcc/ada/gcc-interface/gigi.h6
1 files changed, 2 insertions, 4 deletions
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);