summaryrefslogtreecommitdiff
path: root/gcc/wide-int-print.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-28 20:25:14 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-28 20:25:14 +0000
commit28e557ef838c3e4f48d40654ace9b2b85563a6c9 (patch)
tree7927d7f2a78108900b25f0e8a0d94ff3db049c56 /gcc/wide-int-print.h
parent1cee90adce76bf3df916a16cbf24460b25578892 (diff)
downloadgcc-28e557ef838c3e4f48d40654ace9b2b85563a6c9.tar.gz
Prevent wide_int = {widest,offset}_int
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/wide-int-print.h')
-rw-r--r--gcc/wide-int-print.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/wide-int-print.h b/gcc/wide-int-print.h
index af0751760af..9ab37d33432 100644
--- a/gcc/wide-int-print.h
+++ b/gcc/wide-int-print.h
@@ -27,13 +27,13 @@ along with GCC; see the file COPYING3. If not see
/* Printing functions. */
-extern void print_dec (const wide_int &wi, char *buf, signop sgn);
-extern void print_dec (const wide_int &wi, FILE *file, signop sgn);
-extern void print_decs (const wide_int &wi, char *buf);
-extern void print_decs (const wide_int &wi, FILE *file);
-extern void print_decu (const wide_int &wi, char *buf);
-extern void print_decu (const wide_int &wi, FILE *file);
-extern void print_hex (const wide_int &wi, char *buf);
-extern void print_hex (const wide_int &wi, FILE *file);
+extern void print_dec (const wide_int_ref &wi, char *buf, signop sgn);
+extern void print_dec (const wide_int_ref &wi, FILE *file, signop sgn);
+extern void print_decs (const wide_int_ref &wi, char *buf);
+extern void print_decs (const wide_int_ref &wi, FILE *file);
+extern void print_decu (const wide_int_ref &wi, char *buf);
+extern void print_decu (const wide_int_ref &wi, FILE *file);
+extern void print_hex (const wide_int_ref &wi, char *buf);
+extern void print_hex (const wide_int_ref &wi, FILE *file);
#endif /* WIDE_INT_PRINT_H */