* ehopt.c: Convert to ISO-C.

* emul.h: Likewise.
	* expr.c: Likewise.
	* expr.h: Likewise.
	* flonum-copy.c: Likewise.
	* flonum-mult.c: Likewise.
	* flonum.h: Likewise.
	* frags.c: Likewise.
	* frags.h: Likewise.
This commit is contained in:
Kazu Hirata
2003-11-22 16:03:03 +00:00
parent 369864a44d
commit dd625418be
10 changed files with 121 additions and 166 deletions

View File

@ -71,10 +71,8 @@
(C style also gives deeper insight [to me] ... oh well ...) */
void
flonum_multip (a, b, product)
const FLONUM_TYPE *a;
const FLONUM_TYPE *b;
FLONUM_TYPE *product;
flonum_multip (const FLONUM_TYPE *a, const FLONUM_TYPE *b,
FLONUM_TYPE *product)
{
int size_of_a; /* 0 origin */
int size_of_b; /* 0 origin */