From b2efe2299fd3dddebf5164c8263c0fa27f95ef46 Mon Sep 17 00:00:00 2001 From: eck Date: Tue, 4 Sep 1990 10:48:04 +0000 Subject: [PATCH] fixed bug in qualifier_type() --- lang/cem/cemcom.ansi/decspecs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/cem/cemcom.ansi/decspecs.c b/lang/cem/cemcom.ansi/decspecs.c index 167ea2bab..394fb690c 100644 --- a/lang/cem/cemcom.ansi/decspecs.c +++ b/lang/cem/cemcom.ansi/decspecs.c @@ -133,8 +133,6 @@ qualifier_type(tp, typequal) dtp->tp_align = tp->tp_align; dtp->tp_typequal = typequal; dtp->tp_size = tp->tp_size; - dtp->tp_pointer = tp->tp_pointer; - dtp->tp_array = tp->tp_array; #if 0 /* The tp_function field does not exist now. See the comment in the function_of() routine. -- 2.34.1