diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-22 20:26:02 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-22 20:26:02 +0000 |
commit | 7b95735e082edd783a5578df740f11845fd29b8e (patch) | |
tree | 7eb61f3dd9f17026f3d63a4f308abc6dd66100d2 /gcc/bi-run.h | |
parent | 6e8280446509e046d36b5ce0407dd58b4b158a33 (diff) | |
download | gcc-7b95735e082edd783a5578df740f11845fd29b8e.tar.gz |
(union stacktype): Deleted.
From-SVN: r5416
Diffstat (limited to 'gcc/bi-run.h')
-rw-r--r-- | gcc/bi-run.h | 17 |
1 files changed, 0 insertions, 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 |