Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cpp.ansi / arith.h
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 /* $Id: arith.h,v 1.2 1994/06/24 11:36:33 ceriel Exp $ */
6 /* COMPILER ARITHMETIC */
7
8 /*      Normally the compiler does its internal arithmetics in longs
9         native to the source machine, which is always good for local
10         compilations, and generally OK too for cross compilations
11         downwards and sidewards.  For upwards cross compilation and
12         to save storage on small machines, SPECIAL_ARITHMETICS will
13         be handy.
14 */
15
16 /*      All preprocessor arithmetic should be done in longs.
17 */
18 #define arith   long                            /* dummy */