mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
12 lines
No EOL
264 B
C
Vendored
12 lines
No EOL
264 B
C
Vendored
/* $NetBSD: cdefs.h,v 1.9 2012/01/20 14:08:06 joerg Exp $ */
|
|
|
|
#ifndef _I386_CDEFS_H_
|
|
#define _I386_CDEFS_H_
|
|
|
|
#if defined(_STANDALONE)
|
|
#define __compactcall __attribute__((__regparm__(3)))
|
|
#endif
|
|
|
|
#define __ALIGNBYTES (sizeof(int) - 1)
|
|
|
|
#endif /* !_I386_CDEFS_H_ */ |