machdep.h
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:0k
- /*
- * Machine dependent definitions
- *
- * added alpha (wm 24.Mar.95)
- *
- */
- #ifndef _MACHDEP_
- #define _MACHDEP_
- #if defined (__alpha) && defined (__osf__)
- #define POINTER_IS_64BIT 1
- #define POINTERSIZE 8 /* byte */
- #else
- #define POINTERSIZE 4 /* byte */
- #endif /* __alpha && __osf__ */
- #if defined (__alpha) && defined (__osf__)
- #define PRINTF_HAS_PFORMAT 1 /* printf family supports the %p format */
- #endif /* __alpha && __osf__ */
- #endif /* _MACHDEP_ */