home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / uemacs / part4 / sys / atari / sysdef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  721 b   |  28 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Atari 520ST header file.
  4.  * Version:    30
  5.  * Last edit:    22-Feb-86
  6.  * By:        rex::conroy
  7.  *        decvax!decwrl!dec-rhea!dec-rex!conroy
  8.  */
  9. #define    PCC    1            /* "[]" gets an error.        */
  10. #define    KBLOCK    512            /* Kill grow.            */
  11. #define    GOOD    0            /* Good exit status.        */
  12.  
  13. /*
  14.  * For "(void)" casts.
  15.  */
  16. typedef    int    void;
  17.  
  18. /*
  19.  * Macros used by the buffer name making code.
  20.  * Start at the end of the file name, scan to the left
  21.  * until BDC1 (or BDC2, if defined) is reached. The buffer
  22.  * name starts just to the right of that location, and
  23.  * stops at end of string (or at the next BDC3 character,
  24.  * if defined). BDC2 and BDC3 are mainly for VMS.
  25.  */
  26. #define    BDC1    '\\'            /* Buffer names.        */
  27. #define    BDC2    ':'
  28.