From 470991329c637150eb44a223a9e061a62ea6ce2f Mon Sep 17 00:00:00 2001 From: Jerzy Kozera Date: Thu, 20 Oct 2011 20:21:19 +0200 Subject: Fixed compilation error for gcc versions < 4 Reviewed by Luciano Wolf Reviewed by Marcelo Lira --- apiextractormacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiextractormacros.h b/apiextractormacros.h index 6430c4f..3364acf 100644 --- a/apiextractormacros.h +++ b/apiextractormacros.h @@ -17,7 +17,7 @@ #ifndef APIEXTRACTOR_API #define APIEXTRACTOR_API - #define APIEXTRACTOR_API(func) func + #define APIEXTRACTOR_DEPRECATED(func) func #endif #endif -- cgit v1.2.3