Skip to content

Commit 4709913

Browse files
jmymayhugopl
authored andcommitted
Fixed compilation error for gcc versions < 4
Reviewed by Luciano Wolf <[email protected]> Reviewed by Marcelo Lira <[email protected]>
1 parent e648d0b commit 4709913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiextractormacros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#ifndef APIEXTRACTOR_API
1919
#define APIEXTRACTOR_API
20-
#define APIEXTRACTOR_API(func) func
20+
#define APIEXTRACTOR_DEPRECATED(func) func
2121
#endif
2222

2323
#endif

0 commit comments

Comments
 (0)