summaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-64/bits/wordsize.h
blob: 4f50d8586c90d679deef843c905c10722f9e07c7 (plain)
1
2
3
4
5
6
7
/* Determine the wordsize from the preprocessor defines.  */

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