Skip to content

Instantly share code, notes, and snippets.

@yujiorama
Created November 15, 2009 14:37
Show Gist options
  • Save yujiorama/235261 to your computer and use it in GitHub Desktop.
Save yujiorama/235261 to your computer and use it in GitHub Desktop.
--- src/gauche/arith.h.org 2009-11-15 22:41:48.000000000 +0900
+++ src/gauche/arith.h 2009-11-15 22:41:55.000000000 +0900
@@ -64,9 +64,11 @@
#define HI(word) (((word) >> HALF_BITS)&LOMASK)
/* Include processor-specific macros */
+#ifndef SCM_TARGET_X86_64
#if defined(SCM_TARGET_I386)
#include "arith_i386.h"
#endif
+#endif
/*-----------------------------------------------------------------
* UADD(r, c, x, y) unsigned word add with carry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment