From a1fcf54f181d9449202b06a78d15ed2e46adc48e Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Mon, 23 May 2011 21:42:32 +0200 Subject: [PATCH] Add typeof definition (C99) --- core/GP.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/GP.h b/core/GP.h index 77ba1b08..cd9f74d3 100644 --- a/core/GP.h +++ b/core/GP.h @@ -68,4 +68,6 @@ /* backends */ #include "GP_Backend.h" +#define typeof __typeof__ + #endif /* GP_H */ -- 2.11.4.GIT