Skip to content

Commit

Permalink
Update deprecated constant
Browse files Browse the repository at this point in the history
One less compiler warning
  • Loading branch information
applemu authored Jan 13, 2021
1 parent 54f246c commit e8b3d25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/host_mli.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

#define _BSD_SOURCE
#define _DEFAULT_SOURCE

#ifdef _WIN32
#include <Windows.h>
Expand Down Expand Up @@ -1553,4 +1552,4 @@ void host_mli_tail() {
engine.psr &= ~I;
engine.psr |= (saved_p & I);
host_gc_free();
}
}

0 comments on commit e8b3d25

Please sign in to comment.