ANSI C fixes

This commit is contained in:
ceriel
1993-10-21 12:50:58 +00:00
parent d8bcd5d06c
commit ab8dcfa134
13 changed files with 68 additions and 9 deletions

View File

@@ -6,7 +6,9 @@
/* $Header$ */
#include "flt_misc.h"
#if __STDC__ > 0
void
#endif
flt_mul(e1,e2,e3)
register flt_arith *e1,*e2,*e3;
{