mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
blah
This commit is contained in:
parent
4e07810f0d
commit
054ec3c072
1 changed files with 0 additions and 23 deletions
|
@ -33,29 +33,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
// replacement funcs for missing asms - not good but who cares
|
||||
#ifndef USE_INTEL_ASM
|
||||
void Sys_HighFPPrecision(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void Sys_LowFPPrecision(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void MaskExceptions(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void Sys_SetFPCW(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if (__BORLANDC__ < 0x550)
|
||||
|
||||
void vsnprintf(char *buffer, size_t t,char *format, va_list argptr)
|
||||
|
|
Loading…
Reference in a new issue