diff options
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r-- | code/qcommon/qcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index 2295f56..a99bfcf 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -326,7 +326,7 @@ void *VM_ArgPtr( long intValue ); void *VM_ExplicitArgPtr( vm_t *vm, long intValue ); #define VMA(x) VM_ArgPtr(args[x]) -static inline float _vmf(long x) +static __inline float _vmf(long x) { union { long l; |