diff options
Diffstat (limited to 'scmfig.h')
-rw-r--r-- | scmfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ rgx.c init_rgx(); regcomp and regexec. */ #ifdef __alpha # define SHORT_INT #endif -#ifdef __ia64 +#if defined (__ia64) || defined (__powerpc64__) || defined (__x86_64__) # define SHORT_INT # define CDR_DOUBLES #endif |