This commit is contained in:
2022-05-05 14:19:12 +03:00
parent 448b69c8e9
commit c6cbcea963
2 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,9 @@ extern "C" {
#else
#define CALL
#endif
#ifndef typeof
#define typeof __typeof__
#endif
#else
#pragma GCC error "unknown compiler"
#endif