]> gcc.gnu.org Git - gcc.git/commitdiff
(union stacktype): Deleted.
authorRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 20:26:02 +0000 (20:26 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 20:26:02 +0000 (20:26 +0000)
From-SVN: r5416

gcc/bi-run.h

index 4c413ebef982be8df58b19930593b86108bf11c1..1fdde8b97ce2f9335badba303e6ad2cb0007e48b 100644 (file)
@@ -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
This page took 0.059468 seconds and 5 git commands to generate.