2008-12-31 04:12:44 +00:00
|
|
|
/* wordsize.h - Linux compatibility */
|
|
|
|
|
|
|
|
#ifndef _WORDSIZE_H
|
|
|
|
#define _WORDSIZE_H 1
|
2022-05-24 14:26:33 -04:00
|
|
|
|
2013-04-23 09:44:36 +00:00
|
|
|
# define __WORDSIZE 64
|
2022-05-24 14:26:33 -04:00
|
|
|
|
2008-12-31 04:12:44 +00:00
|
|
|
#endif /*_WORDSIZE_H*/
|