mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +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. */
|
||||
#ifdef _WIN32
|
||||
#define INLINE __inline
|
||||
#else
|
||||
#define INLINE inline
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
/* Try to get a reasonable __func__ substitute in place. */
|
||||
|
Loading…
Reference in New Issue
Block a user