mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
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:
parent
ca44147ccb
commit
22c85298f0
41 changed files with 61 additions and 61 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue