[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]

#ifndef LIBRARIES_TRANSLATOR_H
#define LIBRARIES_TRANSLATOR_H

/*
**      $Filename: libraries/translator.h $
**      $Release: 2.04 Includes, V37.4 $
**      $Revision: 36.1 $
**      $Date: 90/12/13 $
**
**      Useful definitions for translator.library
**
**      (C) Copyright 1988-1999 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 */