Subject: Re: long long vs. -ansi...
To: Ted Lemon <mellon@hoffman.vix.com>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 04/08/1997 00:17:57
>  Programs
> that try to do math on quad_t values will have to either be compiled
> without -ansi, or will have to be compiled on machines that support
> 64-bit integers as a native type.

Or we could use __int64, which is not an extension for which the ANSI
standard requires a diagnostic, unlike "long long" which (all together now)
is a syntax error.