From bd0df3aa27aac083bd60b649fa5347076a5126eb Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 11 Jul 2003 03:40:53 +0000 Subject: Gcc 3.3.1-pre as of 2003-07-11. --- contrib/gcc/debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/gcc/debug.c') diff --git a/contrib/gcc/debug.c b/contrib/gcc/debug.c index 75d13bada509..682f6ed1be30 100644 --- a/contrib/gcc/debug.c +++ b/contrib/gcc/debug.c @@ -20,7 +20,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "debug.h" /* The do-nothing debug hooks. */ -struct gcc_debug_hooks do_nothing_debug_hooks = +const struct gcc_debug_hooks do_nothing_debug_hooks = { debug_nothing_charstar, debug_nothing_charstar, @@ -33,8 +33,8 @@ struct gcc_debug_hooks do_nothing_debug_hooks = debug_true_tree, /* ignore_block */ debug_nothing_int_charstar, /* source_line */ debug_nothing_int_charstar, /* begin_prologue */ - debug_nothing_int, /* end_prologue */ - debug_nothing_void, /* end_epilogue */ + debug_nothing_int_charstar, /* end_prologue */ + debug_nothing_int_charstar, /* end_epilogue */ debug_nothing_tree, /* begin_function */ debug_nothing_int, /* end_function */ debug_nothing_tree, /* function_decl */ -- cgit v1.2.3