Subject: Re: Tcl7.5 and NetBSD-current
To: Peter Seebach <seebs@solon.com>
From: matthew green <mrg@eterna.com.au>
List: current-users
Date: 03/01/1996 19:45:21
   Well, actually, we seem to use ANSI C; we don't use any GNU extensions other
   than long long that I know of.  Nor should we; other compilers may be
   better or freer, later, and gratuitous dependancies are evil.

actually, quite a bit of our source tree depends on extensions
that gcc provides.  ktrace uses one.  a lot of the 'asm' parts
of the kernel and userland are another.