Path: utzoo!attcan!uunet!convex!mozart.convex.com!gargulak From: gargulak@mozart.convex.com (Tom Gargulak) Newsgroups: comp.std.c Subject: Re: Reality check Message-ID: <108329@convex.convex.com> Date: 7 Nov 90 00:16:13 GMT References: <1990Nov05.233623.11491@dirtydog.ima.isc.com> <1171@dms.UUCP> <14199@smoke.BRL.MIL> <27820@usc> Sender: usenet@convex.com Reply-To: gargulak@mozart.convex.com (Tom Gargulak) Organization: Convex Computer Corporation, Richardson, Texas Lines: 16 In article <1990Nov05.233623.11491@dirtydog.ima.isc.com>, karl@ima.isc.com (Karl Heuer) writes: > > I've had no trouble implementing without touching any compiler > source. It even works on pre-ANSI compilers, so I can take code written with > ANSI prototypes and and simply deprotoize it without having to > worry about converting to . Sorry, but I cannot see anyway you could implement "..." as in: foo(arg1, ...) on a pre-ANSI compiler. How'd you do it? -Tom