Commit 870d881c authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #496 from Xilinx/attr-deprecated

cdefs.h: Use __deprecated__ instead of deprecated
parents 01fc3f73 6b8d6720
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
#if __GNUC_PREREQ__(3, 1) #if __GNUC_PREREQ__(3, 1)
#define __noinline __attribute__ ((__noinline__)) #define __noinline __attribute__ ((__noinline__))
#define __deprecated __attribute__ ((deprecated)) #define __deprecated __attribute__ ((__deprecated__))
#else #else
#define __noinline #define __noinline
#define __deprecated #define __deprecated
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment