From 47c10e9bf9e56b0565be36761af118dd2d33afc0 Mon Sep 17 00:00:00 2001 From: Rodney Brown Date: Mon, 16 Oct 2000 16:24:54 +0000 Subject: print-rtl.c (print_rtx_head): Constify. * print-rtl.c (print_rtx_head): Constify. * rtl.h (print_rtx_head): Similarly. From-SVN: r36885 --- gcc/rtl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 674a5a1..b25c8ab 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1749,7 +1749,7 @@ extern void schedule_insns PARAMS ((FILE *)); extern void fix_sched_param PARAMS ((const char *, const char *)); /* In print-rtl.c */ -extern char *print_rtx_head; +extern const char *print_rtx_head; extern void debug_rtx PARAMS ((rtx)); extern void debug_rtx_list PARAMS ((rtx, int)); extern void debug_rtx_range PARAMS ((rtx, rtx)); -- cgit v1.1