Mail Archives: djgpp/2000/03/26/19:21:32
Kalum Somaratna aka Grendel wrote:
>Unfortuantely this *doesn't compile* as GCC gives the following errors.
>
>bench.c: In function
ain':
>bench.c:39: redeclaration of mul'
>bench.c:29: mul' previously declared here
>bench.c:136: mulx' undeclared (first use in this function)
>bench.c:136: (Each undeclared identifier is reported only once
>bench.c:136: for each function it appears in.)
>bench.c:136: divx' undeclared (first use in this function)
>
>
>I am using gcc 2.9.5.2, BNU 2.81, DJGPP 2.03.
>
>Could you please clarify.
Sorry for the inconvenience, but copiying in notepad and pasting into telnet
might not be a good idea, the only thing you must to do is change the line
39:
double fsumx,fmul;
by this other:
double fsumx,fmulx,fdivx;
That's all, thanks again!
- Raw text -