From fc959e0629407fe5751bd531891e5d4f47be0ab1 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 1 Dec 2006 22:53:41 +0000 Subject: [PATCH] Remove non-ASCII characters. From-SVN: r119426 --- gcc/dwarf2out.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0594c01b413c..94c2bab9a144 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1443,9 +1443,9 @@ static dw_cfa_location cfa_temp; cfa.base_offset = -cfa_temp.offset cfa_temp.offset -= mode_size(mem) -  Rule 15: -  (set {unspec, unspec_volatile}) -  effects: target-dependent */ + Rule 15: + (set {unspec, unspec_volatile}) + effects: target-dependent */ static void dwarf2out_frame_debug_expr (rtx expr, const char *label) -- 2.47.2