#ifndef LIBRARIES_TRANSLATOR_H
#define LIBRARIES_TRANSLATOR_H

/*
**	$VER: translator.h 36.1 (13.12.90)
**	Includes Release 40.15
**
**	Useful definitions for translator.library
**
**	(C) Copyright 1988-1993 Commodore-Amiga Inc. and
**	Joseph Katz/Mark Barton.  All rights reserved.
*/

/*	Translator error return codes	*/

#define	TR_NotUsed	-1	/* This is an oft used system rc	*/
#define	TR_NoMem	-2	/* Can't allocate memory		*/
#define TR_MakeBad	-4	/* Error in MakeLibrary call		*/

#endif	/* LIBRARIES_TRANSLATOR_H */
