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

@ -170,7 +170,7 @@ void R_BeginEdgeFrame (void)
}
#if !USE_INTEL_ASM
#ifndef USE_INTEL_ASM
/*
==============
@ -216,7 +216,7 @@ addedge:
#endif // !USE_INTEL_ASM
#if !USE_INTEL_ASM
#ifndef USE_INTEL_ASM
/*
==============
@ -236,7 +236,7 @@ void R_RemoveEdges (edge_t *pedge)
#endif // !USE_INTEL_ASM
#if !USE_INTEL_ASM
#ifndef USE_INTEL_ASM
/*
==============
@ -462,7 +462,7 @@ void R_TrailingEdge (surf_t *surf, edge_t *edge)
}
#if !USE_INTEL_ASM
#ifndef USE_INTEL_ASM
/*
==============