BC compile fixes. inline = __inline

This commit is contained in:
Dabb 2000-09-28 15:02:30 +00:00
parent 81c4543138
commit 6307c488f2

View file

@ -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