=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_defs.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/fep/fep_defs.h 2002/09/03 00:41:44 1.1 +++ OpenXM_contrib2/fep/fep_defs.h 2010/04/23 05:33:26 1.2 @@ -2,7 +2,7 @@ #ifndef lint # define FEP_DEFS \ - "$Header: /home/cvs/OpenXM_contrib2/fep/fep_defs.h,v 1.1 2002/09/03 00:41:44 noro Exp $ (SRA)" + "$Header: /home/cvs/OpenXM_contrib2/fep/fep_defs.h,v 1.2 2010/04/23 05:33:26 ohara Exp $ (SRA)" #endif /* lint */ #define MAXCMDLEN 512 /* maximum command length */ @@ -40,7 +40,7 @@ #define toctrl(c) ((c)&~0100) #define ctrl(c) ((c)&037) -#if defined(__alpha) +#if defined(__alpha) || defined(__x86_64__) || defined(__amd64__) #define INDIRECTED (((u_long)1)<<63) #define isIndirect(f) ((u_long)(f)&(u_long)INDIRECTED) #define setIndirect(f) (FUNC)((u_long)(f)|(u_long)INDIRECTED)