mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 04:32:24 +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 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>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
|
Loading…
Reference in a new issue