diff options
Diffstat (limited to 'src/xine-utils/attributes.h')
-rw-r--r-- | src/xine-utils/attributes.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 4bf5a21af..dd70d4309 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -53,5 +53,10 @@ # define XINE_PROTECTED #endif -#endif /* ATTRIBUTE_H_ */ +#ifdef SUPPORT_ATTRIBUTE_SENTINEL +# define XINE_SENTINEL __attribute__((sentinel)) +#else +# define XINE_SENTINEL +#endif +#endif /* ATTRIBUTE_H_ */ |