diff options
author | Chris Smith <cks@gnu.org> | 1994-03-29 12:45:13 +0000 |
---|---|---|
committer | Chris Smith <cks@gnu.org> | 1994-03-29 12:45:13 +0000 |
commit | 8f53028050057ba2f443c2baedb1b1702b496e30 (patch) | |
tree | 2feadd2dbd9c54f6562cd1e8bd7c71518fc8d06d /gcc | |
parent | 4c3730343e6ea983bbb3d690c6239a372b321693 (diff) | |
download | gcc-8f53028050057ba2f443c2baedb1b1702b496e30.zip gcc-8f53028050057ba2f443c2baedb1b1702b496e30.tar.gz gcc-8f53028050057ba2f443c2baedb1b1702b496e30.tar.bz2 |
*** empty log message ***
From-SVN: r6916
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/convex/convex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index af1a0f5..9131886 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -1536,5 +1536,5 @@ extern char *output_cmp (); extern char *output_condjump (); extern char *output_call (); extern void gen_ap_for_call (); -extern void check_float_value (); +extern int check_float_value (); extern void asm_declare_function_name (); |