mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-23 09:50:42 +02:00
x86emu: Undefine _NO_INLINE
Never defined by the server. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
1c3cb68d0c
commit
4433bc6d53
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
* dramatically in this case).
|
||||
*/
|
||||
|
||||
#if defined(__cplusplus) && !defined(_NO_INLINE)
|
||||
#if defined(__cplusplus)
|
||||
#define _INLINE inline
|
||||
#else
|
||||
#define _INLINE static
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue