mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Put attribute tag at correct place
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43861 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#define _ASTERISK_COMPILER_H
|
#define _ASTERISK_COMPILER_H
|
||||||
|
|
||||||
#if HAVE_ATTRIBUTE_always_inline
|
#if HAVE_ATTRIBUTE_always_inline
|
||||||
#define force_inline inline __attribute__((always_inline))
|
#define force_inline __attribute__((always_inline)) inline
|
||||||
#else
|
#else
|
||||||
#define force_inline inline
|
#define force_inline inline
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user