id386 -> USE_INTEL_ASM conversion

better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
Bill Currie 2000-05-17 11:57:35 +00:00
parent b493557f7f
commit c83cb15ede
46 changed files with 249 additions and 193 deletions

View file

@ -183,7 +183,7 @@ void Sys_Quit (void)
void Sys_Init(void)
{
#if id386
#if USE_INTEL_ASM
Sys_SetFPCW();
#endif
}
@ -386,7 +386,7 @@ char *Sys_ConsoleInput(void)
return NULL;
}
#if !id386
#if !USE_INTEL_ASM
void Sys_HighFPPrecision (void)
{
}