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

Comparing libecb/ecb.pod (file contents):
Revision 1.46 by sf-exg, Tue May 29 14:57:24 2012 UTC vs.
Revision 1.47 by root, Tue May 29 16:51:24 2012 UTC

81True if the implementation defines the C<__STDC__> macro to a true value, 81True if the implementation defines the C<__STDC__> macro to a true value,
82which is typically true for both C and C++ compilers. 82which is typically true for both C and C++ compilers.
83 83
84=item ECB_C99 84=item ECB_C99
85 85
86True if the implementation claims to be C99 compliant. 86True if the implementation claims to be compliant to C99 (ISO/IEC
879899:1999) or any later version.
88
89Note that later versions (ECB_C11) remove core features again (for
90example, variable length arrays).
87 91
88=item ECB_C11 92=item ECB_C11
89 93
90True if the implementation claims to be C11 compliant. 94True if the implementation claims to be compliant to C11 (ISO/IEC
959899:2011) or any later version.
91 96
92=item ECB_CPP 97=item ECB_CPP
93 98
94True if the implementation defines the C<__cplusplus__> macro to a true 99True if the implementation defines the C<__cplusplus__> macro to a true
95value, which is typically true for C++ compilers. 100value, which is typically true for C++ compilers.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines