ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.h
(Generate patch)

Comparing libecb/ecb.h (file contents):
Revision 1.134 by root, Mon Jun 9 17:31:57 2014 UTC vs.
Revision 1.135 by root, Tue Jun 10 01:07:18 2014 UTC

322 #define ecb_decltype(x) __decltype(x) 322 #define ecb_decltype(x) __decltype(x)
323#elif ECB_GCC_VERSION(3,0) 323#elif ECB_GCC_VERSION(3,0)
324 #define ecb_decltype(x) __typeof(x) 324 #define ecb_decltype(x) __typeof(x)
325#endif 325#endif
326 326
327#if _MSC_VER >= 1300
328 #define ecb_deprecated __declspec(deprecated)
329#else
327#define ecb_deprecated ecb_attribute ((__deprecated__)) 330 #define ecb_deprecated ecb_attribute ((__deprecated__))
331#endif
332
328#define ecb_noinline ecb_attribute ((__noinline__)) 333#define ecb_noinline ecb_attribute ((__noinline__))
329#define ecb_unused ecb_attribute ((__unused__)) 334#define ecb_unused ecb_attribute ((__unused__))
330#define ecb_const ecb_attribute ((__const__)) 335#define ecb_const ecb_attribute ((__const__))
331#define ecb_pure ecb_attribute ((__pure__)) 336#define ecb_pure ecb_attribute ((__pure__))
332 337

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines