18 lines
412 B
OpenEdge ABL
18 lines
412 B
OpenEdge ABL
IFND LIBRARIES_TRANSLATOR_I
|
|
LIBRARIES_TRANSLATOR_I SET 1
|
|
**
|
|
** $Filename: libraries/translator.i $
|
|
** $Release: 1.3 $
|
|
**
|
|
** Translator error codes
|
|
**
|
|
** (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
|
|
** All Rights Reserved
|
|
**
|
|
|
|
TR_NotUsed EQU -1 ;This is an often used system rc
|
|
TR_NoMem EQU -2 ;Can't allocate memory
|
|
TR_MakeBad EQU -4 ;Error in MakeLibrary call
|
|
|
|
ENDC ; LIBRARIES_TRANSLATOR_I
|