From: Chris Hanson Date: Wed, 4 Nov 2009 07:09:47 +0000 (-0800) Subject: Eliminate irrelevant reference to OS/2. X-Git-Tag: 20100708-Gtk~266 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b42c51ecbdea10cb8a06ae5f77afae7a1afcf128;p=mit-scheme.git Eliminate irrelevant reference to OS/2. --- diff --git a/src/microcode/cmpintmd/x86-64.h b/src/microcode/cmpintmd/x86-64.h index 49d0f81d0..6076bfdf6 100644 --- a/src/microcode/cmpintmd/x86-64.h +++ b/src/microcode/cmpintmd/x86-64.h @@ -268,9 +268,7 @@ typedef byte_t insn_t; } while (false) */ -#if defined(__OS2__) && (defined(__IBMC__) || defined(__WATCOMC__)) -# define ASM_ENTRY_POINT(name) (_System name) -#elif defined(__WIN32__) && defined(__WATCOMC__) +#if defined(__WIN32__) && defined(__WATCOMC__) # define ASM_ENTRY_POINT(name) (__cdecl name) #else # define ASM_ENTRY_POINT(name) name