Lot of cleanings with the help of gcc3

This commit is contained in:
Abramo Bagnara 2001-03-29 17:50:28 +00:00
parent ce8275b943
commit 5b50ec848a
59 changed files with 669 additions and 667 deletions

View file

@ -19,11 +19,7 @@
*
*/
#ifdef SND_INTERVAL_C
#define INTERVAL_INLINE inline
#else
#define INTERVAL_INLINE extern inline
#endif
#define INTERVAL_INLINE static inline
INTERVAL_INLINE void snd_interval_any(snd_interval_t *i)
{