# define makecc(val,i)  lastcon = i ? (val<<8)|lastcon : val  

# define  ARGINIT 64
# define  AUTOINIT 0


extern int  SZCHAR;
extern int  SZINT;
extern int  SZFLOAT;
extern int  SZDOUBLE;
extern int  SZLONG;
extern int  SZSHORT;
extern int SZPOINT;

extern int ALCHAR;
extern int ALINT;
extern int ALFLOAT;
extern int ALDOUBLE;
extern int ALLONG;
extern int ALSHORT;
extern int ALPOINT;
extern int ALSTRUCT;


/*	size in which constants are converted */
/*	should be long if feasable */

# define CONSZ long
# define CONFMT "%ld"

/*	size in which offsets are kept
/*	should be large enough to cover address space in bits
*/

# define OFFSZ long

/* 	character set macro */

# define  CCTRANS(x) x

/* register cookie for stack pointer */

# define  STKREG 14
# define ARGREG 14

/*	maximum and minimum register variables */

# define MAXRVAR 7
# define MINRVAR 2

# ifdef FORT

# ifdef SKY
# define MAXARVAR 3
# else SKY
# define MAXARVAR 4
# endif SKY

# else FORT

# ifdef SKY
# define MAXARVAR 4
# else SKY
# define MAXARVAR 5
# endif SKY

# endif FORT

# define MINARVAR 2

# define MAXDRVAR 7
# define MINDRVAR 2

	/* various standard pieces of code are used */
# define STDPRTREE
# define LABFMT "L%d"

/* definition indicates automatics and/or temporaries
   are on a negative growing stack */

# define BACKAUTO
# define BACKTEMP

# define ENUMSIZE(high,low) INT

# define FIXDEF(p) outstab(p)
# define FIXARG(p) fixarg(p)
