mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
597 B
30 lines
597 B
/**
|
|
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
|