1997-10-14
1997-10-14 01:12:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
297fff63125867af5ff041431e48cf1431f02fab
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Improved prototypes for kluge.
Rev: src/modules/Gz/zlibmod.c:1.12
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: zlibmod.c,v 1.11 1997/10/12 18:36:53 grubba Exp $");
+ RCSID("$Id: zlibmod.c,v 1.12 1997/10/14 01:12:23 grubba Exp $");
#include "zlib_machine.h"
380: Inside #if defined(HAVE___VTBL__9TYPE_INFO)
#ifdef HAVE___VTBL__9TYPE_INFO
/* Super-special kluge for IRIX 6.3 */
- extern void __vtbl__9type_info();
- void zlibmod_strap_kluge()
+ extern void __vtbl__9type_info(void);
+ void zlibmod_strap_kluge(void)
{
__vtbl__9type_info();
}
#endif /* HAVE___VTBL__9TYPE_INFO */