/** Copyright(c) Maynard Electronics, Inc. 1984-89 Name: abort.h Date Updated: $./FDT$ $./FTM$ Description: Location: BE_PUBLIC $Log: G:/LOGFILES/ABORT.H_V $ * * Rev 1.0 09 May 1991 13:31:00 HUNTER * Initial revision. **/ /* $end$ */ #ifndef _abort_h_ #define _abort_h_ #define CONTINUE_PROCESSING ( ( INT8 ) 0 ) #define ABORT_CTRL_BREAK ( ( INT8 )-1 ) #define ABORT_AT_EOM ( ( INT8 )-2 ) #define ABORT_PROCESSED ( ( INT8 )-3 ) #endif