Route all inclusion of libc headers and most of POSIX headers through compat.h.

git-svn-id: https://svn.eduke32.com/eduke32@6074 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-02-25 08:15:36 +00:00
parent 22fbca52ca
commit aa04307ad1
62 changed files with 41 additions and 211 deletions

View file

@ -33,9 +33,6 @@ int32_t rendmode=0;
int32_t usemodels=1;
int32_t usehightile=1;
#include <math.h> //<-important!
#include <float.h>
typedef struct { float x, cy[2], fy[2]; int32_t tag; int16_t n, p, ctag, ftag; } vsptyp;
#define VSPMAX 4096 //<- careful!
static vsptyp vsp[VSPMAX];