mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Remove obsolete INLINE preprocessor definition
The INLINE keyword is not used anymore in favor of inline. Windows only supports __inline so an inline preprocessor definition is still needed.
This commit is contained in:
parent
824a6a2a90
commit
e91ccbb4f6
@ -75,9 +75,7 @@
|
|||||||
|
|
||||||
/* inline is __inline on windows. */
|
/* inline is __inline on windows. */
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define INLINE __inline
|
#define inline __inline
|
||||||
#else
|
|
||||||
#define INLINE inline
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Try to get a reasonable __func__ substitute in place. */
|
/* Try to get a reasonable __func__ substitute in place. */
|
||||||
|
Loading…
Reference in New Issue
Block a user