From aa95639ea8e35220e659f6531ffd11990845373d Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 16 Apr 2000 20:06:46 +0000 Subject: [PATCH] Fix typo From-SVN: r33186 --- gcc/cp/method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 206c8859850..4d28c209af2 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -2114,8 +2114,8 @@ emit_thunk (thunk_fndecl) current_function_decl = 0; cfun = 0; } -#endif /* ASM_OUTPUT_MI_THUNK */ else +#endif /* ASM_OUTPUT_MI_THUNK */ { /* If we don't have the necessary macro for efficient thunks, generate a thunk function that just makes a call to the real function. -- 2.30.2