diff options
author | marha <marha@users.sourceforge.net> | 2012-10-26 08:09:05 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-10-26 08:09:05 +0200 |
commit | 8d86f8c566c4181c846a872a5a2f88718e635a72 (patch) | |
tree | f19c89fae4a0b9fd62ee9a2a1368e5b127bef505 /mesalib/src/glsl/ralloc.c | |
parent | 281f26a1dfda732687680a36857960f74608df5b (diff) | |
download | vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.tar.gz vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.tar.bz2 vcxsrv-8d86f8c566c4181c846a872a5a2f88718e635a72.zip |
fontconfig pixman mesa git update 26 oct 2012
fontconfig: 038aa930ae2c3b7972eefe334917e7222fe478ec
mesa: 8fb4b1dce156d02a0907925364d8945915c29bcf
pixman: 4b91f6ca72db3e8cbd7e97e9ef44be2f8994040d
Diffstat (limited to 'mesalib/src/glsl/ralloc.c')
-rw-r--r-- | mesalib/src/glsl/ralloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mesalib/src/glsl/ralloc.c b/mesalib/src/glsl/ralloc.c index 3da09b559..59e71c48b 100644 --- a/mesalib/src/glsl/ralloc.c +++ b/mesalib/src/glsl/ralloc.c @@ -41,14 +41,6 @@ _CRTIMP int _vscprintf(const char *format, va_list argptr); #include "ralloc.h" -#ifdef __GNUC__ -#define likely(x) __builtin_expect(!!(x),1) -#define unlikely(x) __builtin_expect(!!(x),0) -#else -#define likely(x) !!(x) -#define unlikely(x) !!(x) -#endif - #ifndef va_copy #ifdef __va_copy #define va_copy(dest, src) __va_copy((dest), (src)) |