#501. Fixed build issues on MSYS on Windows.

This commit is contained in:
Kyrill Alyoshin
2020-11-14 19:26:55 +00:00
parent 7c22eb4e64
commit 186f6c77cc

View File

@@ -29,12 +29,6 @@
#define RAND48_MULT_2 (0x0005)
#define RAND48_ADD (0x000b)
unsigned short _rand48_seed[3];
unsigned short _rand48_mult[3];
unsigned short _rand48_add;
void _dorand48(unsigned short xseed[3]);
double erand48(unsigned short xseed[3]);