Commit b083f44d by Richard Stallman

*** empty log message ***

From-SVN: r1525
parent 4907cc03
...@@ -1016,9 +1016,9 @@ is_body_block (stmt) ...@@ -1016,9 +1016,9 @@ is_body_block (stmt)
information about the precise way in which the type was originally information about the precise way in which the type was originally
specified, as in: 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 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 what is called for in the Dwarf draft specification, we do the best
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment