diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 13:26:46 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 13:26:46 +0000 |
commit | d362deec35dbc2f85823390e349b2a8f6f04da0c (patch) | |
tree | 1348893efcd12e2d392a1c50f440e8aa0889f2d4 /gcc/ada/gcc-interface/misc.c | |
parent | 9461fb6cb865389726d2566d38d0f9d6ab45d7cc (diff) |
Refine previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gcc-interface/misc.c')
-rw-r--r-- | gcc/ada/gcc-interface/misc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/gcc-interface/misc.c b/gcc/ada/gcc-interface/misc.c index 85317256c2c2..a03bb0fbf35d 100644 --- a/gcc/ada/gcc-interface/misc.c +++ b/gcc/ada/gcc-interface/misc.c @@ -637,10 +637,6 @@ must_pass_by_ref (tree gnu_type) && TREE_CODE (TYPE_SIZE (gnu_type)) != INTEGER_CST)); } -#ifdef __cplusplus -extern "C" { -#endif - /* This function is called by the front-end to enumerate all the supported modes for the machine, as well as some predefined C types. F is a function which is called back with the parameters as listed below, first a string, @@ -759,11 +755,6 @@ enumerate_modes (void (*f) (const char *, int, int, int, int, int, int)) } } -#ifdef __cplusplus -} -#endif - - /* Return the size of the FP mode with precision PREC. */ int |