File: 20_redefine_fix.patch

package info (click to toggle)
libvisual 0.4.0-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,616 kB
  • ctags: 2,555
  • sloc: ansic: 15,686; sh: 8,761; makefile: 59; sed: 16
file content (13 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
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)