[337] in Kerberos_V5_Development
Re: Mystifying problem with function prototypes....
daemon@ATHENA.MIT.EDU (Ralph Swick)
Tue Oct 16 16:49:55 1990
To: John T Kohl <jtkohl@ATHENA.MIT.EDU>
Cc: krbdev@ATHENA.MIT.EDU
In-Reply-To: Your message of Tue, 16 Oct 90 16:33:53 -0400.
Date: Tue, 16 Oct 90 16:49:19 EDT
From: Ralph Swick <swick@ATHENA.MIT.EDU>
The way around the prototype-vs-definition with narrow types problem is
to use the DECLARG/OLDDECLARG macros (add this to the list of things
needing documentation), and leave the proper type in the PROTOTYPE(())
stuff.
Sorry for my laziness in not wanting to grope through all your
configuration files, but with these macros is it still possible to
build a library with an ANSI compiler that has widened interfaces
(for interoperability)?