Skip to content

Commit 9c97597

Browse files
authored
Merge pull request #522 from kyrill007/master
#501. Fixed build issues on MSYS on Windows.
2 parents e5b278b + 186f6c7 commit 9c97597

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/klib/drand48.h

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
#define RAND48_MULT_2 (0x0005)
3030
#define RAND48_ADD (0x000b)
3131

32-
unsigned short _rand48_seed[3];
33-
34-
unsigned short _rand48_mult[3];
35-
36-
unsigned short _rand48_add;
37-
3832
void _dorand48(unsigned short xseed[3]);
3933

4034
double erand48(unsigned short xseed[3]);

0 commit comments

Comments
 (0)