home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
include
/
libraries
/
translator.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-27
|
576b
|
23 lines
#ifndef LIBRARIES_TRANSLATOR_H
#define LIBRARIES_TRANSLATOR_H
/*
** $Filename: libraries/translator.h $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.1 $
** $Date: 90/12/13 $
**
** Useful definitions for translator.library
**
** (C) Copyright 1988-1991 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 */