mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
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:
parent
3a63f14e86
commit
83ea8127ab
31 changed files with 691 additions and 603 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue