[DGD]Compiling errors
James Bearden
bearden_james at hotmail.com
Sun May 7 18:37:59 CEST 2000
Well I think I know where the error is originating, its in random.c in the
host directory. Heres what it says. # include "dgd.h"
extern long random P((void));
/*
* NAME: P->srandom()
* DESCRIPTION: set the random seed
*/
void P_srandom(s)
long s;
{
srandom((int) s);
}
/*
* NAME: P->random()
* DESCRIPTION: return a long random number
*/
long P_random()
{
return random();
}
I'm guessing that this is a previous decl of a function but I am only a
beginner and I am not sure whats wrong with it, or how to fix it.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list