home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / TFF-AOB.DMS / in.adf / Release1.3 / Include1.3.lha / Include1.3 / libraries / translator.i < prev   
Encoding:
Text File  |  1991-11-21  |  412 b   |  18 lines

  1.     IFND    LIBRARIES_TRANSLATOR_I
  2. LIBRARIES_TRANSLATOR_I    SET    1
  3. **
  4. **    $Filename: libraries/translator.i $
  5. **    $Release: 1.3 $
  6. **
  7. **    Translator error codes 
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13. TR_NotUsed    EQU    -1        ;This is an often used system rc
  14. TR_NoMem    EQU    -2        ;Can't allocate memory
  15. TR_MakeBad    EQU    -4        ;Error in MakeLibrary call
  16.  
  17.     ENDC    ; LIBRARIES_TRANSLATOR_I
  18.