home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / ROM_Kernel_Manuals / Includes / libraries / translator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-27  |  567 b   |  23 lines

  1. #ifndef LIBRARIES_TRANSLATOR_H
  2. #define LIBRARIES_TRANSLATOR_H
  3.  
  4. /*
  5. **    $Filename: libraries/translator.h $
  6. **    $Release: 2.04 Includes, V37.4 $
  7. **    $Revision: 36.1 $
  8. **    $Date: 90/12/13 $
  9. **
  10. **    Useful definitions for translator.library
  11. **
  12. **    (C) Copyright 1988-1999 Amiga, Inc. and
  13. **    Joseph Katz/Mark Barton.  All rights reserved.
  14. */
  15.  
  16. /*    Translator error return codes    */
  17.  
  18. #define    TR_NotUsed    -1    /* This is an oft used system rc    */
  19. #define    TR_NoMem    -2    /* Can't allocate memory        */
  20. #define TR_MakeBad    -4    /* Error in MakeLibrary call        */
  21.  
  22. #endif    /* LIBRARIES_TRANSLATOR_H */
  23.