summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerzy Kozera <jerzy.kozera@gmail.com>2011-10-20 20:21:19 +0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:20 -0300
commit470991329c637150eb44a223a9e061a62ea6ce2f (patch)
tree50da6579048e6a235e19c0eab89bd51e9bb5ce6e
parente648d0b0398f46afd2d5c5113a3b95a0522f5c2a (diff)
Fixed compilation error for gcc versions < 4
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
-rw-r--r--apiextractormacros.h2
1 files changed, 1 insertions, 1 deletions
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