/* SYMBOLS.H */ /* Definition of System Wide Symbolic Constants - Note that others will be found in the following files: FIT.H GLOBDEF.H LOWDEF.H - MIDDEF.H SYMBOLS.H THIS_APPLICATION_NAME.H Individual Code Modules *** WARNING *** Where definitions are duplicated, the definition in the lower (or lowest) file in the above list will apply once it has been encountered. This means that your carefully selected value may have been changed half way through the pre-processing. PLEASE be careful not to duplicate symbols. */ /************************************************************************ MODIFICATIONS LOG: Edit level 01 raw 24/9/84 ************************************************************************/ #define BOOL int #define NOERROR 0 #define ERROR -1 /* note - BDSCIO also defines */ #define TRUE 1 #define FALSE 0 #define NULL 0 #define ZERO 0 #define NOGROUP -2 /* returned by GETGROUP (STRINGS.C) */ #define QUOTED 10 /* returned by STRINGS.C */ #define QUOTEMARK '\042' #define ESCAPE '\033' #define ENDSTRING '\0' #define SLASH '/' #define BACKSLASH '\\' #define LEFTBRACKET '(' #define RIGHTBRACKET ')' #define NEWLINE '\n' #define COMMENT_CHAR ';' /* end of file - SYMBOLS.H */