NetBSD/sys/arch/powerpc/include/cdefs.h
2012-02-21 02:19:01 +00:00

9 lines
189 B
C

/* $NetBSD: cdefs.h,v 1.9 2012/02/21 02:19:01 matt Exp $ */
#ifndef _POWERPC_CDEFS_H_
#define _POWERPC_CDEFS_H_
#define __ALIGNBYTES (sizeof(double) - 1)
#endif /* !_POWERPC_CDEFS_H_ */