home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d043 / cc.lha / Cc / lattice / lc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-12-01  |  583 b   |  33 lines

  1. /* Z editor options
  2. :ma=1
  3. :ts=6
  4. :bk=0
  5. :wm=0
  6. */
  7.  
  8. /*
  9.     This program, both executable and sources, are
  10.     
  11.                     Copyright 1986, Jay Ts
  12.  
  13.                     Box 890
  14.                     West Oneonta NY 13861
  15.  
  16.     You may copy, distribute, alter, and use them, but absolutely no
  17.     permission is granted to remove copyright notices from them or
  18.     distribute them, in whole or in part, as, or as part of, a
  19.     commercial product.
  20. */
  21.  
  22. #include "libraries/dos.h"
  23. #include "stdio.h"
  24.  
  25. #define c1phase   1
  26. #define c2phase   2
  27. #define asphase   3
  28. #define lkphase   4
  29.  
  30. #define othererror   1
  31. #define c1error      2
  32. #define aserror      3
  33.