$NetBSD: patch-af,v 1.6 2008/09/07 04:35:41 dholland Exp $

--- src/EnginePl/engine.c~	2007-01-04 05:35:13.000000000 -0500
+++ src/EnginePl/engine.c	2008-09-07 00:10:33.000000000 -0400
@@ -455,7 +455,7 @@ Call_Prolog_Fail(void)
 {
 #ifdef M_ix86_darwin		/* see comment in Ma2Asm/ix86_any.c */
   asm("subl $4,%esp");
-#elif defined(M_x86_64_linux) 	/* see comment in Ma2Asm/x86_64_any.c */
+#elif defined(M_x86_64) 	/* see comment in Ma2Asm/x86_64_any.c */
   asm("subq $8,%rsp");
 #endif
   Save_Machine_Regs(p_buff_save);
@@ -475,7 +475,7 @@ Call_Prolog_Success(void)
 {
 #ifdef M_ix86_darwin		/* see comment in Ma2Asm/ix86_any.c */
   asm("subl $4,%esp");
-#elif defined(M_x86_64_linux) 	/* see comment in Ma2Asm/x86_64_any.c */
+#elif defined(M_x86_64) 	/* see comment in Ma2Asm/x86_64_any.c */
   asm("subq $8,%rsp");
 #endif
   Save_Machine_Regs(p_buff_save);
