mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-17 01:51:58 -04:00
9 lines
189 B
C
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_ */
|