Okay, maybe FreeBSD will like this better.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-05-02 02:56:39 +00:00
parent b11854445b
commit 0113bd4bcf
5 changed files with 69 additions and 7 deletions

View File

@@ -53,4 +53,10 @@
#define attribute_malloc
#endif
#if HAVE_ATTRIBUTE_sentinel
#define attribute_sentinel __attribute__((sentinel))
#else
#define attribute_sentinel
#endif
#endif /* _ASTERISK_COMPILER_H */