From b083f44d9431500b43e21c7d597905b4c10d0043 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 8 Jul 1992 18:17:42 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1525 --- gcc/dwarfout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 75080a9b5e65..7378028475f8 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -1016,9 +1016,9 @@ is_body_block (stmt) information about the precise way in which the type was originally specified, as in: - typedef signed int field_type; + typedef signed int my_type; - struct s { field_type f; }; + struct s { my_type f; }; Since we may be stuck here without enought information to do exactly what is called for in the Dwarf draft specification, we do the best -- 2.43.5