9 lines
188 B
C
9 lines
188 B
C
/* $NetBSD: cdefs.h,v 1.7 2012/01/20 14:08:07 joerg Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (sizeof(int) - 1)
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|