From 63bc1d05cc767f4ba9e7b2799927fb9e51aa409e Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 28 Jul 2000 16:08:54 +0000 Subject: dwarf2out.c: Indent #error directive. * dwarf2out.c: Indent #error directive. * gbl-ctors.h: Fix typo in comment. (__do_global_ctors): Prototype. * gcse.c (record_one_set, pre_delete): Remove unused variables. * rs6000.c (rs6000_maybe_dead): Delete unused prototype. (print_operand): Initialize variable `t'. From-SVN: r35319 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8918783..31c66a7 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -465,7 +465,7 @@ static void def_cfa_1 PARAMS ((const char *, dw_cfa_location *)); .debug_frame. But we know it won't work for .debug_info. */ #ifdef DWARF2_DEBUGGING_INFO -#error DWARF2_DEBUGGING_INFO requires UNALIGNED_INT_ASM_OP. + #error DWARF2_DEBUGGING_INFO requires UNALIGNED_INT_ASM_OP. #endif #ifndef ASM_OUTPUT_DWARF_ADDR -- cgit v1.1