(union stacktype): Deleted.

From-SVN: r5416
This commit is contained in:
Richard Stallman 1993-09-22 20:26:02 +00:00
parent 6e82804465
commit 7b95735e08
1 changed files with 0 additions and 17 deletions

View 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