X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fcompiler.h;h=d164184d2a090eded0fd45db9bb7f2e61b68b6db;hb=422e2b2852bfc326be37fb76346d89caf15fdf4f;hp=dc0c1c98c6220f5c816ee5b6ac81cd9144cf506e;hpb=92930ec029a6619a4a8e774da2cb97f2e7265c38;p=wimlib diff --git a/include/wimlib/compiler.h b/include/wimlib/compiler.h index dc0c1c98..d164184d 100644 --- a/include/wimlib/compiler.h +++ b/include/wimlib/compiler.h @@ -130,9 +130,6 @@ # define UNALIGNED_ACCESS_IS_FAST 0 #endif -/* Get the type of the specified expression. */ -#define typeof __typeof__ - /* Get the minimum of two variables, without multiple evaluation. */ #undef min #define min(a, b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \