summaryrefslogtreecommitdiffstats
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-25 13:17:37 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-25 13:17:37 +0000
commita665c15300ab648a71af909dc0cacfb4c1550716 (patch)
tree3457945541aaabd9c1d04c7bbf59ee53bc6c20fa /gcc/dbxout.c
parent3b33002d352eb8d3a4464e6603f85f5b4a7104b4 (diff)
downloadppe42-gcc-a665c15300ab648a71af909dc0cacfb4c1550716.tar.gz
ppe42-gcc-a665c15300ab648a71af909dc0cacfb4c1550716.zip
Fix warnings from Kaveh R. Ghazi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index dffbd192452..231f0034cb1 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -646,7 +646,9 @@ dbxout_type_fields (type)
/* Continue the line if necessary,
but not before the first field. */
if (tem != TYPE_FIELDS (type))
- CONTIN;
+ {
+ CONTIN;
+ }
if (use_gnu_debug_info_extensions
&& flag_minimal_debug
@@ -1427,7 +1429,9 @@ dbxout_type (type, full, show_arg_types)
fprintf (asmfile, ",");
CHARS (20 + IDENTIFIER_LENGTH (TREE_PURPOSE (tem)));
if (TREE_CHAIN (tem) != 0)
- CONTIN;
+ {
+ CONTIN;
+ }
}
putc (';', asmfile);
CHARS (1);
OpenPOWER on IntegriCloud