mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
Merged revisions 43861-43862 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43861 | pcadach | 2006-09-28 18:47:23 +0600 (Чтв, 28 Сен 2006) | 1 line Put attribute tag at correct place ........ r43862 | pcadach | 2006-09-28 18:58:22 +0600 (Чтв, 28 Сен 2006) | 1 line Force remote side to start media on outgoing PROGRESS message ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define _ASTERISK_COMPILER_H
|
||||
|
||||
#if HAVE_ATTRIBUTE_always_inline
|
||||
#define force_inline inline __attribute__((always_inline))
|
||||
#define force_inline __attribute__((always_inline)) inline
|
||||
#else
|
||||
#define force_inline inline
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user