Core: Fn.h minor fix, ide: Refactoring codebase

git-svn-id: svn://ultimatepp.org/upp/trunk@14610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-06-19 07:59:29 +00:00
parent 3a63f14e86
commit 83ea8127ab
31 changed files with 691 additions and 603 deletions

View file

@ -1,8 +1,9 @@
#include "CppBase.h"
#include "Internal.h"
namespace Upp {
#define LTIMING(x) // RTIMING(x)
#define LTIMING(x) DTIMING(x)
#define LLOG(x) // DLOG(x)
void Cpp::ParamAdd(Vector<String>& param, const char *s, const char *e)