#define ADF
# ifndef FORT
#define ONEPASS
# endif

#undef ONEPASS
#define DELETE
#define BUG4	/* turn off some debugging */
# ifndef FORT
# define EXIT dexit
# endif
# define makecc(val,i)  lastcon = i ? (val<<8)|lastcon : val  

# define  ARGINIT 48 
# define  AUTOINIT 0 
# define  SZCHAR 8
# define  SZINT 8
# define  SZFLOAT 32
# define  SZDOUBLE 64
# define  SZLONG 16
# define  SZSHORT 8
# define SZPOINT 16
# define ALCHAR 8
# define ALINT 8
# define ALFLOAT 8
# define ALDOUBLE 8
# define ALLONG 8
# define ALSHORT 8
# define ALPOINT 8
# define ALSTRUCT 8
# define  ALSTACK 8 

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

# define CONSZ int
# define CONFMT "%d"

/*	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

/*	maximum and minimum register variables */

# define MAXRVAR 1
# define MINRVAR 0

	/* various standard pieces of code are used */
# define STDPRTREE
#ifdef ONEPASS
# define LABFMT "L%d"
#else
#define LABFMT "L%d\n"
#endif

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

# define BACKAUTO
# define BACKTEMP

# define RTOLBYTES

# define ENUMSIZE(high,low) INT


