mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
7 lines
No EOL
165 B
C
Vendored
7 lines
No EOL
165 B
C
Vendored
/* $NetBSD: sljit_machdep.h,v 1.2 2018/08/26 21:06:46 rjs Exp $ */
|
|
|
|
#ifdef __aarch64__
|
|
#include <aarch64/sljit_machdep.h>
|
|
#else
|
|
#include <arm/sljit_machdep.h>
|
|
#endif |