Commit 0becdd8e by Richard Stallman

Typedefs deleted.

From-SVN: r5419
parent 4332e9e4
......@@ -17,25 +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. */
/* These should come from genemit */
#ifdef __STDC__
#define xsigned
#else
#define xsigned signed
#endif
typedef xsigned char QItype;
typedef unsigned char QUtype;
typedef xsigned short int HItype;
typedef unsigned short int HUtype;
typedef xsigned long int SItype;
typedef unsigned long int SUtype;
typedef xsigned long long int DItype;
typedef unsigned long long int DUtype;
typedef float SFtype;
typedef double DFtype;
typedef long double XFtype;
typedef char *Ptype;
typedef int Ttype;
extern int output_bytecode;
extern int stack_depth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment