Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!ginosko!gem.mps.ohio-state.edu!apple!motcsd!hpda!hpcupt1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.lang.c Subject: Re: 0 and pointers.( Re: Abandon NULL for (0)) Message-ID: <2550109@hpisod2.HP.COM> Date: 16 Oct 89 22:44:29 GMT References: <8634@goofy.megatest.UUCP> Organization: Hewlett Packard, Cupertino Lines: 9 > The point is not that more arguments are not useful, nay, important; the > point is that arbitrarily changing the specs for signal handlers was a > terrible mistake and very unportable. Defining a new interface is the > right approach. Since the variadic functions in questions are the signal handlers, designing a new interface that permits preserving old behavior seems very difficult. Dave