ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/compiler.h
(Generate patch)

Comparing deliantra/server/include/compiler.h (file contents):
Revision 1.2 by root, Sun Nov 8 15:11:23 2009 UTC vs.
Revision 1.3 by root, Tue Jan 5 09:01:22 2010 UTC

41# define expect(expr,value) (expr) 41# define expect(expr,value) (expr)
42# define prefetch(addr,rw,locality) 42# define prefetch(addr,rw,locality)
43# define noinline 43# define noinline
44#endif 44#endif
45 45
46#if !GCC_VERSION(4,4) 46#if GCC_VERSION(3, 0)
47# define decltype(x) typeof(x) 47# define decltype(x) typeof(x)
48#endif 48#endif
49 49
50#if GCC_VERSION(4,5) 50#if GCC_VERSION(4,5)
51# define unreachable() __builtin_unreachable () 51# define unreachable() __builtin_unreachable ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines