Unsandbox assembly generation

This commit is contained in:
Justine Tunney 2022-09-04 19:30:05 -07:00
parent b0287ef34c
commit af24f21556
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 21 additions and 6 deletions

View file

@ -84,6 +84,7 @@
#endif
#ifndef __cplusplus
#define HAVE_STDBOOL_H
#if __STDC_VERSION__ + 0 >= 201112
typedef _Bool bool;
#define true ((bool)+1)