c-mods.h 215 B

123456789101112
  1. /*
  2. * Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. *
  4. * Authors: Richard Kelsey, Jonathan Rees
  5. */
  6. #define PSTRUE (0 == 0)
  7. #define PSFALSE (0 == 1)
  8. #define psbool char /* boolean type */