From 7b95735e082edd783a5578df740f11845fd29b8e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 22 Sep 1993 20:26:02 +0000 Subject: [PATCH] (union stacktype): Deleted. From-SVN: r5416 --- gcc/bi-run.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/gcc/bi-run.h b/gcc/bi-run.h index 4c413ebef98..1fdde8b97ce 100644 --- a/gcc/bi-run.h +++ b/gcc/bi-run.h @@ -17,23 +17,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -typedef union stacktype -{ - QItype QIval; - QUtype QUval; - HItype HIval; - HUtype HUval; - SItype SIval; - SUtype SUval; - DItype DIval; - DUtype DUval; - SFtype SFval; - DFtype DFval; - XFtype XFval; - Ptype Pval; - Ttype Tval; -} stacktype; - #define MAXLITERALS 5 struct arityvec -- 2.30.2