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:
Paul Cadach
2006-09-28 13:02:30 +00:00
parent 6001354638
commit 2719c20e4e
3 changed files with 41 additions and 1 deletions

View File

@@ -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