mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 15:22:07 +00:00
BC compile fixes. inline = __inline
This commit is contained in:
parent
81c4543138
commit
6307c488f2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
#define HAVE_VPRINTF
|
#define HAVE_VPRINTF
|
||||||
|
|
||||||
/* Define as __inline if that's what the C compiler calls it. */
|
/* Define as __inline if that's what the C compiler calls it. */
|
||||||
#undef inline
|
#define inline __inline
|
||||||
|
|
||||||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||||
#undef TIME_WITH_SYS_TIME
|
#undef TIME_WITH_SYS_TIME
|
||||||
|
|
Loading…
Reference in a new issue