Check whether the Apple Altivec instruction set is defined, if

`bool' is also defined.
Last-Update: 2018-04-09
Forwarded: yes
Origin: commit:5d3999900bc2a80e2807c9f2111cec6b57970a56

Gbp-Pq: Name apple-altivec-defined.patch
This commit is contained in:
Steve Langasek 2022-05-14 03:13:33 +08:00 committed by openKylinBot
parent 1c16e7c361
commit 0a180757ba
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#ifndef __cplusplus
#ifndef bool
#if !defined(bool) || defined(__APPLE_ALTIVEC__)
typedef char bool;
#endif