--- cvsroot/libecb/ecb.pod 2011/06/11 17:30:32 1.30 +++ cvsroot/libecb/ecb.pod 2011/06/17 15:17:26 1.31 @@ -103,7 +103,7 @@ #endif } -=item ECB_INLINE +=item ecb_inline This is not actually an attribute, but you use it like one. It expands either to C or to just C, if inline isn't @@ -112,7 +112,7 @@ Example: inline this function, it surely will reduce codesize. - ECB_INLINE int + ecb_inline int negmul (int a, int b) { return - (a * b);