diff options
author | marha <marha@users.sourceforge.net> | 2011-09-22 15:59:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-22 15:59:33 +0200 |
commit | 4f67039e9191d5251c39069bd791a05c5cf22022 (patch) | |
tree | f45fa198c1b11affa28507f6e9649143ea55e9fb | |
parent | 46d4f558531910ca1f3297da85b99334d6de2921 (diff) | |
download | vcxsrv-4f67039e9191d5251c39069bd791a05c5cf22022.tar.gz vcxsrv-4f67039e9191d5251c39069bd791a05c5cf22022.tar.bz2 vcxsrv-4f67039e9191d5251c39069bd791a05c5cf22022.zip |
Solved compilation error
-rw-r--r-- | xorg-server/include/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/misc.h b/xorg-server/include/misc.h index f437ef451..1fd24ffa6 100644 --- a/xorg-server/include/misc.h +++ b/xorg-server/include/misc.h @@ -273,7 +273,7 @@ static inline void wrong_size(void) { } -static inline void __builtin_constant_p(int x) +static inline int __builtin_constant_p(int x) { return 0; } |