
# define genfcall(a,b) gencall(a,b)


	/* shape for constants between -128 and 127 */
# define SCCON (SPECIAL+100)
	/* shape for constants between 0 and 32767 */
# define SICON (SPECIAL+101)

/*
# define MYREADER(p) myreader(p)
*/
extern int fltused;
	/* calls can be nested on the 8085 */
# define NESTCALLS
