1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: fix redefine.
Author: Brandon Holtsclaw <me@brandonholtsclaw.com>
Last-Update: 2010-05-02
--- ../libvisual/lv_defines.h 2006-01-22 07:23:37.000000000 -0600
+++ libvisual/lv_defines.h 2010-05-02 05:33:44.000000000 -0500
@@ -63,7 +63,6 @@
/* Compiler specific optimalization macros */
#if __GNUC__ >= 3
-# define inline inline __attribute__ ((always_inline))
# define __malloc __attribute__ ((malloc))
# define __packed __attribute__ ((packed))
# define VIS_LIKELY(x) __builtin_expect (!!(x), 1)
|