#define	NCONSTS	200			/*					OLOAD.H		*/
#define	NNAMES	300
#define	NGOTOS	 50

typedef struct	{
	char	*namep;
	int	offset;
} NAME;

typedef	struct	{
	char	*lbltxt;
	float	**argpp;
} LBLARG;
