.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-14 05:21:49 +00:00
parent f3d6ed7574
commit ac76a6a794

View file

@ -360,14 +360,6 @@ static const MemDiagCls sMemDiagHelper__upp__;
//some global definitions
#if !defined(STLPORT) && _MSC_VER < 1600
//inline UPP::int64 abs(UPP::int64 x) { return x < 0 ? -x : x; }
#endif
#ifdef COMPILER_GCC
//inline double abs(double x) { return fabs(x); }
#endif
void RegisterTopic__(const char *topicfile, const char *topic, const char *title, const UPP::byte *data, int len);
#ifdef PLATFORM_WIN32