File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ extern "C" {
3636
3737/* Define the inline directive when available */
3838#if defined( __GNUC__ )&& !defined( __cplusplus )
39- #define INLINE __inline__
39+ #define INLINE
4040#else
4141#define INLINE
4242#endif
Original file line number Diff line number Diff line change 1616/* CRON_SUPPORTED should be enabled when Zebra is compiled for
1717 a Unix system which supports the Cron daemon. */
1818
19- #ifdef __linux__
20- #define CRON_SUPPORTED
21- #endif
22-
2319/* GTC_SUPPORTED should be enabled when Zebra is compiled for
2420 Windows 95/98/NT and the compiler supports the function
2521 GetTickCount() and keeps the definition in <windows.h>. */
2622
2723#include "porting.h"
2824
29- #define GTC_SUPPORTED
30-
3125
3226
3327#include <math.h>
You can’t perform that action at this time.
0 commit comments