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

@ -79,7 +79,7 @@ int r_ceilv1;
qboolean r_lastvertvalid;
#if !id386
#if !USE_INTEL_ASM
/*
================
@ -361,7 +361,7 @@ void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip)
R_EmitEdge (pv0, pv1);
}
#endif // !id386
#endif // !USE_INTEL_ASM
/*