about summary refs log tree commit diff
path: root/sysdeps/powerpc/bits/wordsize.h
blob: d856583cbf42bac91a78f1200961b41d640c26bc (plain) (blame)
1
2
3
4
5
6
7
/* Determine the wordsize from the preprocessor defines.  */

#if defined __powerpc64__
# define __WORDSIZE	64
#else
# define __WORDSIZE	32
#endif