aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-18 08:35:24 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-07-18 08:35:24 +0200
commit895b2cfec83cdcae20a63835bec6039ac2dfa28a (patch)
tree7b424d2d8429db9cfd577882f152d12f8abc829f /gcc/integrate.c
parent493efd37cdfae36cc289d78ae81ce72d52fc4510 (diff)
downloadgcc-895b2cfec83cdcae20a63835bec6039ac2dfa28a.zip
gcc-895b2cfec83cdcae20a63835bec6039ac2dfa28a.tar.gz
gcc-895b2cfec83cdcae20a63835bec6039ac2dfa28a.tar.bz2
* integrate.c (output_inline_function): Correct type of debug_hooks.
From-SVN: r44098
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index a642dcc..b0c5ab6 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -2868,7 +2868,7 @@ output_inline_function (fndecl)
{
struct function *old_cfun = cfun;
enum debug_info_type old_write_symbols = write_symbols;
- struct debug_hooks *old_debug_hooks = debug_hooks;
+ struct gcc_debug_hooks *old_debug_hooks = debug_hooks;
struct function *f = DECL_SAVED_INSNS (fndecl);
cfun = f;