Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!ghoti+ From: ghoti+@andrew.cmu.edu (Adam Stoller) Newsgroups: comp.lang.c Subject: Re: Prototyping in an imperfect world.... Message-ID: <4aXWbfK00VtqAj4WJR@andrew.cmu.edu> Date: 1 Jul 90 16:50:51 GMT References: Organization: Information Technology Center, Carnegie Mellon, Pittsburgh, PA Lines: 19 In-Reply-To: In reading my message, now posted, I'd like to appologize for some of the formatting - Iforgot to make sure it would appear indented as attended (long story - don't ask ;-) However, I also think I found a situation not covered under my examples - that is, varargs (...) - so add the following to the defines: #ifdef __STDC__ #define D_ ... #else #define D_ /* or should that be #define D_ va_list ?? or something?? */ #endif As you can see, this raises a few more questions - again [reasonable] responses appreciated. Thanks --fish