home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-inc-bin.lha / os-include / libraries / translator.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  523b  |  21 lines

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