home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / editor / j414src.arc / STYLE.H < prev    next >
Text File  |  1989-10-10  |  656b  |  20 lines

  1. /***************************************************************************
  2.  * This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne.  JOVE *
  3.  * is provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is    *
  5.  * included in all the files.                                              *
  6.  ***************************************************************************/
  7.  
  8. #define private        static
  9. #if !defined(NULL)
  10. # define NULL    0
  11. #endif
  12. #define NIL        0
  13.  
  14. #define YES        1
  15. #define NO        0
  16. #define TRUE        1
  17. #define FALSE        0
  18. #define ON        1
  19. #define OFF        0
  20.