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

@ -28,12 +28,15 @@
// d_polysa.s
// x86 assembly-language polygon model drawing code
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "asm_i386.h"
#include "quakeasm.h"
#include "asm_draw.h"
#include "d_ifacea.h"
#if id386
#if USE_INTEL_ASM
// !!! if this is changed, it must be changed in d_polyse.c too !!!
#define DPS_MAXSPANS MAXHEIGHT+1
@ -1746,5 +1749,5 @@ LNextTri:
ret
#endif // id386
#endif // USE_INTEL_ASM