From aa7a59132b46c4a31276a9ebe4e20b1cc058727c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 9 Mar 1993 00:10:48 +0000 Subject: [PATCH] (PUSH_DERIVED_LEVEL): Cast enumm constants to int. From-SVN: r3681 --- gcc/sdbout.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index a738ba40a29..26226021bdb 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -344,8 +344,10 @@ gen_fake_label () /* Produce the number that describes a pointer, function or array type. PREV is the number describing the target, value or element type. DT_type describes how to transform that type. */ -#define PUSH_DERIVED_LEVEL(DT_type,PREV) \ - ((((PREV)&~N_BTMASK)<