small changes

This commit is contained in:
2022-08-31 01:09:04 +06:00
parent 45c4f383ee
commit 37e8fdcd6a
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ typedef double float64;
#define CALL
#endif
#ifndef typeof
#define typeof __typeof__
#define typeof(X) __typeof__(X)
#endif
#else
#pragma GCC error "unknown compiler"