- Prepare for boost update
Feature safe: yes
This commit is contained in:
parent
55642cf2bf
commit
9c4c025200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293040
1 changed files with 15 additions and 0 deletions
15
games/openlierox/files/patch-src-gusanos-blitters-mmx.h
Normal file
15
games/openlierox/files/patch-src-gusanos-blitters-mmx.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- src/gusanos/blitters/mmx.h.orig 2010-02-17 19:59:26.000000000 +0300
|
||||
+++ src/gusanos/blitters/mmx.h 2012-03-10 07:56:06.901704744 +0400
|
||||
@@ -207,12 +207,4 @@
|
||||
#error "MMX capability only available on GCC!"
|
||||
#endif
|
||||
|
||||
-#ifndef always_inline
|
||||
-#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
|
||||
-# define always_inline __attribute__((always_inline)) inline
|
||||
-#else
|
||||
-# define always_inline inline
|
||||
-#endif
|
||||
-#endif
|
||||
-
|
||||
#endif //MMX_H
|
Loading…
Reference in a new issue