home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l200 / 6.ddi / TOOL / UPD.H < prev   
Encoding:
C/C++ Source or Header  |  1986-09-23  |  410 b   |  14 lines

  1. /* upd.h -- BASTOC update maintenance header
  2.  
  3.     Copyright (c) 1984 by JMI Software consultants, Inc.
  4. */
  5. #include "acom.h"
  6.  
  7. #define NMODE 4
  8. #define BADFLAG 0x01    /* bad command flag */
  9. #define BADFILE 0x02    /* bad input file */
  10. #define BADLIBR 0x04    /* bad library file */
  11. #define BADCOMP 0x08    /* bad compilation */
  12. #define BADARCH 0x10    /* bad archiving */
  13. #define BADLINK 0x20    /* bad link editing */
  14.