home *** CD-ROM | disk | FTP | other *** search
- /* upd.h -- BASTOC update maintenance header
-
- Copyright (c) 1984 by JMI Software consultants, Inc.
- */
- #include "acom.h"
-
- #define NMODE 4
- #define BADFLAG 0x01 /* bad command flag */
- #define BADFILE 0x02 /* bad input file */
- #define BADLIBR 0x04 /* bad library file */
- #define BADCOMP 0x08 /* bad compilation */
- #define BADARCH 0x10 /* bad archiving */
- #define BADLINK 0x20 /* bad link editing */