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

Comparing libecb/ecb.h (file contents):
Revision 1.95 by root, Tue May 29 21:06:01 2012 UTC vs.
Revision 1.96 by root, Wed May 30 16:56:06 2012 UTC

83 83
84#define ECB_C (__STDC__+0) /* this assumes that __STDC__ is either empty or a number */ 84#define ECB_C (__STDC__+0) /* this assumes that __STDC__ is either empty or a number */
85#define ECB_C99 (__STDC_VERSION__ >= 199901L) 85#define ECB_C99 (__STDC_VERSION__ >= 199901L)
86#define ECB_C11 (__STDC_VERSION__ >= 201112L) 86#define ECB_C11 (__STDC_VERSION__ >= 201112L)
87#define ECB_CPP (__cplusplus+0) 87#define ECB_CPP (__cplusplus+0)
88#define ECB_CPP98 (__cplusplus >= 199711L)
89#define ECB_CPP11 (__cplusplus >= 201103L) 88#define ECB_CPP11 (__cplusplus >= 201103L)
90 89
91/*****************************************************************************/ 90/*****************************************************************************/
92 91
93/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */ 92/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines