Skip to content

Commit

Permalink
Merge pull request #522 from kyrill007/master
Browse files Browse the repository at this point in the history
#501. Fixed build issues on MSYS on Windows.
  • Loading branch information
albarrentine authored Jun 22, 2021
2 parents e5b278b + 186f6c7 commit 9c97597
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 9c97597

Please sign in to comment.