Skip to content

Commit

Permalink
openvenues#501. Fixed build issues on MSYS on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrill007 committed Nov 14, 2020
1 parent 7c22eb4 commit 186f6c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/klib/drand48.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 186f6c7

Please sign in to comment.