Mercurial > libavutil.hg
changeset 153:37eadd4352e9 libavutil
remove 'restrict' definition, it is always #defined in config.h
author | mru |
---|---|
date | Wed, 06 Dec 2006 20:31:39 +0000 |
parents | 5b211d03227b |
children | b94a48efd763 |
files | common.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Sun Dec 03 16:35:30 2006 +0000 +++ b/common.h Wed Dec 06 20:31:39 2006 +0000 @@ -47,11 +47,6 @@ # include <math.h> #endif /* HAVE_AV_CONFIG_H */ -/* Suppress restrict if it was not defined in config.h. */ -#ifndef restrict -# define restrict -#endif - #ifndef always_inline #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) # define always_inline __attribute__((always_inline)) inline