diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-07-03 22:07:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-07-03 22:07:53 +0000 |
commit | 0f41302f4736dbb0fbf4690d6430ce581c5a9d80 (patch) | |
tree | e82dd48a4282d7b9e8b1c71b065b52af17254c52 /gcc/sdbout.c | |
parent | 9753f1136864a98cca12ab71f0ffe1af4dd84486 (diff) | |
download | gcc-0f41302f4736dbb0fbf4690d6430ce581c5a9d80.tar.gz |
formatting tweaks
From-SVN: r12390
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 0b53fe55324..be72faf0b04 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -572,8 +572,8 @@ plain_type_1 (type, level) only if the .def has already been finished. At least on 386, the Unix assembler cannot handle forward references to tags. */ - /* But the 88100, it requires them, sigh... */ - /* And the MIPS requires unknown refs as well... */ + /* But the 88100, it requires them, sigh... */ + /* And the MIPS requires unknown refs as well... */ tag = KNOWN_TYPE_TAG (type); PUT_SDB_TAG (tag); /* These 3 lines used to follow the close brace. @@ -947,7 +947,7 @@ sdbout_toplevel_data (decl) #ifdef SDB_ALLOW_FORWARD_REFERENCES -/* Machinery to record and output anonymous types. */ +/* Machinery to record and output anonymous types. */ static tree anonymous_types; |