home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
cbm
/
os-include.lha
/
os-include
/
libraries
/
translator.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-15
|
523b
|
21 lines
#ifndef LIBRARIES_TRANSLATOR_H
#define LIBRARIES_TRANSLATOR_H
/*
** $VER: translator.h 36.1 (13.12.90)
** Includes Release 40.15
**
** Useful definitions for translator.library
**
** (C) Copyright 1988-1993 Commodore-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 */