# HG changeset patch # User Leo Zheng # Date 1269783873 -32400 # Node ID 7c514f2c2fcf0c098ef55d6cf2a88d909bf15eae # Parent e8bbc934663ad78765a6cbd401ba29bd6ce1cd52 Bug 1794 - GCC-E compilation error in commsfw (968) diff -r e8bbc934663a -r 7c514f2c2fcf commsfwutils/commsbufs/src/systemsharedbufs.cpp --- a/commsfwutils/commsbufs/src/systemsharedbufs.cpp Sun Mar 14 13:14:18 2010 +0000 +++ b/commsfwutils/commsbufs/src/systemsharedbufs.cpp Sun Mar 28 22:44:33 2010 +0900 @@ -28,7 +28,7 @@ // We take the freelist count as 50% of the ceiling size. const TInt KFreeListCount = aCreateInfo.iCeiling / 2; self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize, KFreeListCount); -#elif +#else self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize); #endif // SYMBIAN_ZEROCOPY_BUF_FREELIST if(self)