const.h 411 B

123456789101112131415
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. *
  5. * Author: Ceriel J.H. Jacobs
  6. */
  7. /* C O N S T A N T S F O R E X P R E S S I O N H A N D L I N G */
  8. /* $Header$ */
  9. #define arith_sign ((arith) (1L << (sizeof(arith) * 8 - 1)))
  10. extern unsigned int
  11. wrd_bits; /* Number of bits in a word */