Subject: Re: lint warnings
To: Krister Walfridsson <cato@df.lth.se>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 08/23/1997 13:20:50
>    types.h(76): warning: ANSI C does not support 'long long'
>    types.h(77): warning: ANSI C does not support 'long long'

The comment

/* LONGLONG */

will supress complaints about 'long long'.  <machine/types.h> should probably
use it (for all appropriate machines, anyway).