Changed #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM and

#if !USE_INTEL_ASM to #ifndef USE_INTEL_ASM
This commit is contained in:
Marcus Sundberg 2000-05-17 20:50:22 +00:00
parent ca44147ccb
commit 22c85298f0
41 changed files with 61 additions and 61 deletions

View file

@ -103,7 +103,7 @@ void R_Alias_clip_z (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out)
}
#if !USE_INTEL_ASM
#ifndef USE_INTEL_ASM
void R_Alias_clip_left (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out)
{