home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / libraries / translator.h < prev   
Encoding:
Text File  |  1994-07-25  |  368 b   |  13 lines

  1. {$if not def LIBRARIES_TRANSLATOR_H} CONST LIBRARIES_TRANSLATOR_H=0;
  2.  
  3. { ************************************************************************
  4.   ** KickPascal-Include-Datei "libraries/translator.h" zu Kickstart 3.0 **
  5.   ************************************************************************ }
  6.  
  7. CONST
  8.  TR_NotUsed = -1;
  9.  TR_NoMem   = -2;
  10.  TR_MakeBad = -4;
  11.  
  12. {$endif}
  13.