patch-scmfig_h 569 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-scmfig_h,v 1.4 2009/01/21 18:30:16 kili Exp $
  2. --- scmfig.h.orig Thu Jan 31 02:50:56 2008
  3. +++ scmfig.h Sat Nov 29 15:26:11 2008
  4. @@ -118,7 +118,7 @@ rgx.c init_rgx(); regcomp and regexec. */
  5. /* Define CDR_DOUBLES if (sizeof(double)==sizeof(long)), i.e.
  6. a `single' is really a double. */
  7. #ifdef FLOATS
  8. -# ifdef __alpha
  9. +# if defined(__LP64__)
  10. # define CDR_DOUBLES
  11. # endif
  12. @@ -253,7 +253,7 @@ rgx.c init_rgx(); regcomp and regexec. */
  13. # endif
  14. # endif
  15. #endif
  16. -#ifdef __alpha
  17. +#if defined(__LP64__)
  18. # define SHORT_INT
  19. #endif
  20. #ifdef __ia64__