From 0f41302f4736dbb0fbf4690d6430ce581c5a9d80 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 3 Jul 1996 22:07:53 +0000 Subject: formatting tweaks From-SVN: r12390 --- gcc/stor-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 0a152d7..691cb50 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -934,7 +934,7 @@ layout_type (type) break; /* Pascal and Chill types */ - case BOOLEAN_TYPE: /* store one byte/boolean for now. */ + case BOOLEAN_TYPE: /* store one byte/boolean for now. */ TYPE_MODE (type) = QImode; TYPE_SIZE (type) = size_int (GET_MODE_BITSIZE (TYPE_MODE (type))); TYPE_PRECISION (type) = 1; -- cgit v1.1