diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-08 18:17:42 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-08 18:17:42 +0000 |
commit | b083f44d9431500b43e21c7d597905b4c10d0043 (patch) | |
tree | 7ec9521c60410d1565ace8b78dacc800aa5f3b42 /gcc/dwarfout.c | |
parent | 4907cc039780ae748fe0f030d04fee30d63c8f25 (diff) | |
download | gcc-b083f44d9431500b43e21c7d597905b4c10d0043.zip gcc-b083f44d9431500b43e21c7d597905b4c10d0043.tar.gz gcc-b083f44d9431500b43e21c7d597905b4c10d0043.tar.bz2 |
*** empty log message ***
From-SVN: r1525
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 75080a9..7378028 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 |