From 28e557ef838c3e4f48d40654ace9b2b85563a6c9 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Mon, 28 Apr 2014 20:25:14 +0000 Subject: 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 --- gcc/wide-int-print.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gcc/wide-int-print.h') 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 */ -- cgit v1.2.1