# HG changeset patch # User mru # Date 1165437099 0 # Node ID 37eadd4352e9ac76e6e487a01bc6303a018dcaf3 # Parent 5b211d03227bf4323208b01b9a77a7d5e7c4edb2 remove 'restrict' definition, it is always #defined in config.h diff -r 5b211d03227b -r 37eadd4352e9 common.h --- 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 #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